From e0c3c5cbbff6ec3ede4d4d8756c42481634a1d61 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 25 Jul 2023 20:45:55 -0400 Subject: [PATCH] remove loop log --- aprsd/threads/rx.py | 1 - 1 file changed, 1 deletion(-) 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