diff --git a/aprsd/plugins/weather.py b/aprsd/plugins/weather.py index 4af33e4..1e57115 100644 --- a/aprsd/plugins/weather.py +++ b/aprsd/plugins/weather.py @@ -110,7 +110,6 @@ class USMetarPlugin(plugin.APRSDRegexCommandPluginBase, plugin.APRSFIKEYMixin): @trace.trace def process(self, packet): - print("FISTY") fromcall = packet.get("from") message = packet.get("message_text", None) # ack = packet.get("msgNo", "0")