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)