From ef27ddff84940c6898845c6c392c44914b983f02 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 27 Mar 2025 19:32:54 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index 5f55077..55db4c6 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -643,7 +643,7 @@ def get_volcano_usgs(lat=0, lon=0): # format Alert alerts += f"🌋🚨: {volcano_name}, {alert_level} {color_code}, {cap_severity}.\n{synopsis}\n" else: - logger.debug(f"System: USGS volcano alert not in range: {alert['volcano_name_appended']}") + #logger.debug(f"System: USGS volcano alert not in range: {alert['volcano_name_appended']}") continue if alerts == "": return NO_ALERTS