Remove debug print

This commit is contained in:
jaseg 2023-12-26 15:08:46 +01:00
parent 154d084933
commit 4e865b82dc

View file

@ -151,7 +151,6 @@ def cli(database, port, baudrate, message_interval, display_width, global_bright
ORDER BY timestamp_received''').fetchone()
if count == 0:
print(idle_seconds)
if idle_seconds > 0:
idle_seconds -= 1
else: