Browse Source

Accidentally left a print statement.

pull/631/head
Rapptz 8 years ago
parent
commit
b88cc8156c
  1. 1
      discord/state.py

1
discord/state.py

@ -208,7 +208,6 @@ class ConnectionState:
if len(self._private_channels) > 128:
_, to_remove = self._private_channels.popitem(last=False)
print(to_remove)
if isinstance(to_remove, DMChannel):
self._private_channels_by_user.pop(to_remove.recipient.id, None)

Loading…
Cancel
Save