Remove debug print

Was added in 8bb31a54e7.
This commit is contained in:
Valentin Lorentz 2020-03-26 10:29:32 +01:00
parent 246925acce
commit 712d8c2eab

View File

@ -499,7 +499,6 @@ def getChannel(irc, msg, args, state):
channel = msg.channel
else:
state.log.debug('Raising ArgumentError because there is no channel.')
print(msg.channel, msg)
raise callbacks.ArgumentError
state.channel = channel
state.args.append(channel)