Remove debug print
This commit is contained in:
parent
154d084933
commit
4e865b82dc
1 changed files with 0 additions and 1 deletions
1
queue.py
1
queue.py
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue