From 237f35af0abe2072b92cc08752afc8dd82e30a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 28 Mar 2019 17:08:39 +0100 Subject: [PATCH] daemon: Remove unneeded print calls. --- pantalaimon/daemon.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pantalaimon/daemon.py b/pantalaimon/daemon.py index f12eff7..ef55e01 100755 --- a/pantalaimon/daemon.py +++ b/pantalaimon/daemon.py @@ -104,8 +104,6 @@ class ProxyDaemon: }) ) - print("Login request") - identifier = body.get("identifier", None) if identifier: @@ -136,8 +134,6 @@ class ProxyDaemon: proxy=self.proxy ) - print("Logging in") - response = await client.login(password, device_name) if isinstance(response, LoginResponse):