From efa20d3801d98b6b88b6c230f199d780722b7017 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Mon, 4 May 2020 20:24:59 +0200 Subject: [PATCH] =?UTF-8?q?spansh.py:=20removed=20leftover=20debug=20`prin?= =?UTF-8?q?t`=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spansh.py | 1 - 1 file changed, 1 deletion(-) 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 # ===========================================================================