- Remove debug logging
This commit is contained in:
parent
19e2b71345
commit
7df5b6cac4
1 changed files with 0 additions and 1 deletions
|
|
@ -797,7 +797,6 @@ class DiscordConnector:
|
|||
self.schedule_reconnect()
|
||||
|
||||
def socket_glib(self, fd, condition):
|
||||
log.info(condition)
|
||||
if condition == GLib.IO_IN and self.websocket:
|
||||
recv, _w, _e = select.select((self.websocket.sock,), (), (), 0)
|
||||
while recv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue