diff --git a/src/callbacks.py b/src/callbacks.py index 072fecf7b..06f5653b7 100644 --- a/src/callbacks.py +++ b/src/callbacks.py @@ -751,7 +751,6 @@ class PrivmsgCommandAndRegexp(Privmsg): try: Privmsg.callCommand(self, f, irc, msg, *L) except Exception, e: - print irc.__class__ irc.error(msg, debug.exnToString(e)) debug.recoverableException()