mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-19 22:28:52 -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:
@@ -102,7 +102,6 @@ class KeepAliveThread(APRSDThread):
|
||||
)
|
||||
)
|
||||
LOG.debug(keepalive)
|
||||
LOG.debug(len(keepalive))
|
||||
self.cntr += 1
|
||||
time.sleep(10)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user