1
0
Fork 0
mirror of synced 2024-05-29 00:39:39 +12:00

Remove logging as library now logs this

This commit is contained in:
Phxntxm 2017-05-13 15:20:40 -05:00
parent 2a5e6b96b1
commit 29680724b0

View file

@ -313,7 +313,6 @@ class Music:
"voice activation`".format(channel.name))
return False
log.info("Connecting to {} in {}".format(channel.id, ctx.message.guild.id))
state = self.voice_states.get(ctx.message.guild.id)
try:
if state and state.voice and state.voice.channel: