remove some print debug

This commit is contained in:
Luna Mendes 2018-09-26 18:10:43 -03:00
parent d242ef230a
commit 34eda81e4f
2 changed files with 0 additions and 5 deletions

View File

@ -611,8 +611,6 @@ class GatewayWebsocket:
guild_presences = await self.presence.guild_presences(member_ids,
guild_id)
pprint.pprint(guild_presences)
log.info('loading {} presences for guild', len(guild_presences))
online = [{'member': p}

View File

@ -21,9 +21,6 @@ class PresenceManager:
game = state.presence.get('game', None)
print('state:', state)
print('state.presence:', state.presence)
# only use the data we need.
presences.append({
'user': member['user'],