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:
parent
4aac17dc98
commit
fc1ee19516
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user