From 235fb0f231390a4079ef0131a09fa39b644b6681 Mon Sep 17 00:00:00 2001 From: Marcio Granzotto Rodrigues Date: Mon, 22 Mar 2021 16:17:59 -0300 Subject: [PATCH] Update wideq/core.py --- wideq/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wideq/core.py b/wideq/core.py index 3a68094..f9fc023 100644 --- a/wideq/core.py +++ b/wideq/core.py @@ -392,7 +392,6 @@ class Gateway(object): country=country, language=language, ) - print(json.dumps(gw)) return cls(gw["empUri"], gw["thinq2Uri"], country, language) def oauth_url(self):