Channel: Remove debug output.

This commit is contained in:
Valentin Lorentz 2012-12-26 20:53:49 +01:00
parent 7b3ef56116
commit 499d68f73a
1 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ class Channel(callbacks.Plugin):
bans = irc.state.channels[channel].bans
self._sendMsg(irc, ircmsgs.unbans(channel, bans))
elif hostmask:
print repr(hostmask)
self._sendMsg(irc, ircmsgs.unban(channel, hostmask))
else:
bans = []