diff --git a/aprsd/threads/rx.py b/aprsd/threads/rx.py index 1cfbd30..dec146e 100644 --- a/aprsd/threads/rx.py +++ b/aprsd/threads/rx.py @@ -25,7 +25,6 @@ class APRSDRXThread(APRSDThread): client.factory.create().client.stop() def loop(self): - LOG.info(f"APRSDRXThread Loop {self._client}:{self._client.client}") # setup the consumer of messages and block until a messages try: # This will register a packet consumer with aprslib