From be26f318960125be0c9773ebae40332e59b58da0 Mon Sep 17 00:00:00 2001 From: Walter Boring Date: Fri, 17 Oct 2025 15:40:20 -0400 Subject: [PATCH] remove some debug noise --- aprsd/threads/tx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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