mirror of
https://github.com/craigerl/aprsd.git
synced 2026-01-04 23:38:44 -05:00
remove some debug noise
This commit is contained in:
parent
6c3c16f09d
commit
be26f31896
@ -207,7 +207,8 @@ class SendAckThread(aprsd_threads.APRSDThread):
|
||||
# It's time to try to send it again
|
||||
send_now = True
|
||||
elif self.loop_count % 10 == 0:
|
||||
LOG.debug(f'Still wating. {delta}')
|
||||
# LOG.debug(f'Still wating. {delta}')
|
||||
pass
|
||||
else:
|
||||
send_now = True
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user