1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-10-31 15:07:13 -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:
Hemna 2021-04-05 14:13:56 -04:00
parent 4aac17dc98
commit fc1ee19516

View File

@ -102,7 +102,6 @@ class KeepAliveThread(APRSDThread):
) )
) )
LOG.debug(keepalive) LOG.debug(keepalive)
LOG.debug(len(keepalive))
self.cntr += 1 self.cntr += 1
time.sleep(10) time.sleep(10)
return True return True