pubsub.guild: remove print debug

This commit is contained in:
Luna 2018-12-04 02:22:38 -03:00
parent 7d6aab9a29
commit dbc6da8ce9
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ class GuildDispatcher(DispatcherWithState):
user_id, chan_id,
storage=self.main_dispatcher.app.storage)
print(user_id, chan_id, chan_perms.bits.read_messages)
if not chan_perms.bits.read_messages:
log.debug('skipping cid={}, no read messages',
chan_id)