Skip to content

Commit 0e7710f

Browse files
committed
Remove temp debug block
1 parent 126c1c3 commit 0e7710f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

dlclivegui/services/multi_camera_controller.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ def run(self) -> None:
116116
continue
117117

118118
consecutive_errors = 0
119-
# if True: # TEMP FIXME REMOVE
120-
# self._timing.note_frame()
121-
# self._timing.maybe_log()
122-
# continue
123119
with self._timing.measure("Single.emit.frame_captured"):
124120
self.frame_captured.emit(self._camera_id, frame, timestamp)
125121

0 commit comments

Comments
 (0)