From 6f1d6b412209aea6bffad37083e4921dff9594f5 Mon Sep 17 00:00:00 2001 From: Hemna Date: Wed, 20 Mar 2024 09:30:27 -0400 Subject: [PATCH] removed print --- aprsd/plugins/weather.py | 1 - 1 file changed, 1 deletion(-) 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")