daemon: Remove unneeded print calls.

This commit is contained in:
Damir Jelić 2019-03-28 17:08:39 +01:00
parent 1fb15eb77e
commit 237f35af0a

View File

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