diff --git a/aprsd/threads/tx.py b/aprsd/threads/tx.py index 2712584..e3da259 100644 --- a/aprsd/threads/tx.py +++ b/aprsd/threads/tx.py @@ -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