mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 10:49:24 +00:00
Accidentally left a print statement.
This commit is contained in:
parent
ea078f1c68
commit
b88cc8156c
@ -208,7 +208,6 @@ class ConnectionState:
|
|||||||
|
|
||||||
if len(self._private_channels) > 128:
|
if len(self._private_channels) > 128:
|
||||||
_, to_remove = self._private_channels.popitem(last=False)
|
_, to_remove = self._private_channels.popitem(last=False)
|
||||||
print(to_remove)
|
|
||||||
if isinstance(to_remove, DMChannel):
|
if isinstance(to_remove, DMChannel):
|
||||||
self._private_channels_by_user.pop(to_remove.recipient.id, None)
|
self._private_channels_by_user.pop(to_remove.recipient.id, None)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user