mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-03-10 16:30:06 -04:00
daemon: Remove unneeded print calls.
This commit is contained in:
parent
1fb15eb77e
commit
237f35af0a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user