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
1 changed files with 0 additions and 1 deletions

View File

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