1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-07-17 16:24:43 -04:00

Removed debug log for KeepAlive thread

No need to dump out the length of the keepalive string for now.
This commit is contained in:
2021-04-05 14:13:56 -04:00
parent 4aac17dc98
commit fc1ee19516
-1
View File
@@ -102,7 +102,6 @@ class KeepAliveThread(APRSDThread):
)
)
LOG.debug(keepalive)
LOG.debug(len(keepalive))
self.cntr += 1
time.sleep(10)
return True