From 63135c4c48247f982d0dd7c21809b94b84d5026b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 15 Oct 2003 06:53:54 +0000 Subject: [PATCH] Removed a debugging print. --- src/callbacks.py | 1 - 1 file changed, 1 deletion(-) 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()