mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Remove leftover log debug.
This commit is contained in:
parent
4e2eaf7a46
commit
926a265a90
1 changed files with 0 additions and 1 deletions
|
|
@ -368,7 +368,6 @@ class DiscordClient(WebSocketClientProtocol, _BASE_SESSION_CLASS):
|
|||
)
|
||||
|
||||
def cbResponse(response):
|
||||
logger.log_info(response.code)
|
||||
if response.code == 200 or response.code == 204:
|
||||
d = readBody(response)
|
||||
d.addCallback(self.post_response)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue