don't dump the packet when you get it from weewx

This commit is contained in:
Hemna 2023-10-06 16:28:56 -04:00
parent e59fa28cb1
commit 872ffd6ce4
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ class WeewxMQTTThread(threads.APRSDThread):
def on_message(self, client, userdata, msg):
wx_data = json.loads(msg.payload)
LOG.debug("Got WX data")
LOG.debug(wx_data)
# Make sure we have only 1 item in the queue
if self.msg_queue.qsize() >= 1:
self.msg_queue.clear()