From c160678e7921deff88bdffe50bd9802428cdd0e1 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 7 Mar 2025 17:55:56 -0800 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index af446d5..62f5dd6 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -513,7 +513,6 @@ def getIpawsAlert(lat=0, lon=0, shortAlerts = False): if info.getElementsByTagName("description") and info.getElementsByTagName("description")[0].childNodes: description = info.getElementsByTagName("description")[0].childNodes[0].nodeValue else: - logger.debug(f"System: report this to discord - iPAWS No description for alert: {headline}") description = headline area_table = info.getElementsByTagName("area")[0]