From dddf1d2a088f33183453d405348dc6f8d02f82ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Fri, 16 Jan 2004 23:28:29 +0000 Subject: [PATCH] Removed a debug message. --- src/callbacks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/callbacks.py b/src/callbacks.py index 9e2c7011a..b12b8eba1 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -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',