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):