From 749adde269420ae7e84849bf72aa087256d10ee7 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 11 Oct 2023 11:46:38 +0200 Subject: Commenting debug print. --- src/argaze/ArFeatures.py | 4 ++-- 1 file 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() -- cgit v1.1