spansh.py: removed leftover debug print

This commit is contained in:
alterNERDtive 2020-05-04 20:24:59 +02:00
parent 3d4e25866a
commit efa20d3801

View file

@ -18,7 +18,6 @@ def querystations(url, params):
json = response.json()
if json["count"] == 0:
raise NotFoundError()
print(json)
return json
# ===========================================================================