aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/argaze/ArFeatures.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze/ArFeatures.py b/src/argaze/ArFeatures.py
index b4c2658..a1c7349 100644
--- a/src/argaze/ArFeatures.py
+++ b/src/argaze/ArFeatures.py
@@ -1439,8 +1439,8 @@ class ArCamera(ArFrame):
# return None, None
# DEBUG
- if waiting_time > 0:
- print(f'ArCamera: waiting {waiting_time:.3f} ms before to process gaze position at {timestamp} time.')
+ #if waiting_time > 0:
+ # print(f'ArCamera: waiting {waiting_time:.3f} ms before to process gaze position at {timestamp} time.')
# Lock camera frame exploitation
self._frame_lock.acquire()