Skip to content

Commit ebccbce

Browse files
committed
Remove temp debug block
1 parent 66ba349 commit ebccbce

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
@@ -111,10 +111,6 @@ def run(self) -> None:
111111
continue
112112

113113
consecutive_errors = 0
114-
# if True: # TEMP FIXME REMOVE
115-
# self._timing.note_frame()
116-
# self._timing.maybe_log()
117-
# continue
118114
with self._timing.measure("Single.emit.frame_captured"):
119115
self.frame_captured.emit(self._camera_id, frame, timestamp)
120116

0 commit comments

Comments
 (0)