From 04f407d50c46dc001563e6f37c389b1fb19dfb02 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 3 Sep 2025 10:59:36 +0200 Subject: [PATCH] w --- superxas_bec/devices/timepix/timepix.py | 1 - 1 file changed, 1 deletion(-) diff --git a/superxas_bec/devices/timepix/timepix.py b/superxas_bec/devices/timepix/timepix.py index 0647091..86b43d5 100644 --- a/superxas_bec/devices/timepix/timepix.py +++ b/superxas_bec/devices/timepix/timepix.py @@ -667,7 +667,6 @@ if __name__ == "__main__": # pragma: no cover logger.warning( f"Last message had start_frame : {len(msg.get('start_frame'))}, {len(msg.get('data_frame'))}, end_frame : {len(msg.get('end_frame'))}" ) - logger.warning() status = timepix.complete() print("Waiting for timepix to complete.") status.wait(timeout=10)