mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2026-01-08 03:25:42 -05:00
daemon: Remove unneeded print calls.
This commit is contained in:
parent
1fb15eb77e
commit
237f35af0a
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue