Remove print() debugging
This commit is contained in:
parent
d818922afa
commit
8ed64e831e
1 changed files with 0 additions and 2 deletions
|
@ -220,8 +220,6 @@ class StormReport(DatabaseTable):
|
|||
if len(clauses) > 0:
|
||||
sql += " where " + " and ".join(clauses)
|
||||
|
||||
print(f"Got query {sql} coord {coord.lat}, {coord.lon}")
|
||||
|
||||
st = db.query_sql(StormReport, sql, values)
|
||||
|
||||
while True:
|
||||
|
|
Loading…
Add table
Reference in a new issue