Removed a debug message.

This commit is contained in:
Stéphan Kochen 2004-01-16 23:28:29 +00:00
parent 1572ccf452
commit dddf1d2a08
1 changed files with 0 additions and 1 deletions

View File

@ -704,7 +704,6 @@ class Privmsg(irclib.IrcCallback):
return getattr(self, methodName)
def callCommand(self, method, irc, msg, *L):
self.log.critical(repr(method))
name = method.im_func.func_name
assert L, 'Odd, nothing in L. This can\'t happen.'
self.log.info('Command %s called with args %s by %s',