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))