1
0
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:
Walter Boring 2025-10-17 15:40:20 -04:00
parent 6c3c16f09d
commit be26f31896

View File

@ -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