diff --git a/spansh.py b/spansh.py index 4d697d8..69a467b 100755 --- a/spansh.py +++ b/spansh.py @@ -18,7 +18,6 @@ def querystations(url, params): json = response.json() if json["count"] == 0: raise NotFoundError() - print(json) return json # ===========================================================================