From 68f83b72d25ccfcb006c8749b3da2eec8d457f87 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Mon, 10 Feb 2025 21:34:11 -0500 Subject: [PATCH] No longer need that --- lib/nexrad/storm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/nexrad/storm.py b/lib/nexrad/storm.py index 9718efc..9bdc62c 100644 --- a/lib/nexrad/storm.py +++ b/lib/nexrad/storm.py @@ -127,8 +127,6 @@ class StormReport(): limit 3 """ - print(sql) - st = db.execute(sql, (self.coord_start.lon, self.coord_start.lat))