From 9453c893a8eb73427d89d2ccc3ef4ed42a08e5c3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 4 Jan 2004 11:40:52 +0000 Subject: [PATCH] Removed some debugging prints. --- src/Channel.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Channel.py b/src/Channel.py index c6162a20e..ec10cc6f0 100755 --- a/src/Channel.py +++ b/src/Channel.py @@ -183,9 +183,7 @@ class Channel(callbacks.Privmsg): channel = privmsgs.getChannel(msg, args) (optlist, rest) = getopt.getopt(args, '', ['exact', 'nick', 'user', 'host']) - print 'rest:', rest (bannedNick, length) = privmsgs.getArgs(rest, optional=1) - print 'length:', length # Check that they're not trying to make us kickban ourself. if not ircutils.isNick(bannedNick): self.log.warning('%r tried to kban a non nick: %r',