Skip to content

Commit caa9aba

Browse files
committed
Update multi_camera_controller.py
1 parent cbe6a11 commit caa9aba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dlclivegui/services/multi_camera_controller.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ def __init__(self, camera_id: str, settings: CameraSettings):
5757
self._retry_delay = 0.1
5858
self._trigger_timeout_delay = 0.05
5959

60-
# Hardware-trigger wait logging can be noisy because timeouts are expected
61-
# while no trigger pulse is arriving. Log only occasionally.
6260
self._trigger_wait_log_interval = 2.0
6361
self._last_trigger_wait_log = 0.0
6462
self._trigger_wait_suppressed_count = 0

0 commit comments

Comments
 (0)