Accidentally left a print statement.

This commit is contained in:
Rapptz 2017-07-05 00:48:27 -04:00
parent ea078f1c68
commit b88cc8156c

View File

@ -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)