Removed a debugging print.

This commit is contained in:
Jeremy Fincher 2003-10-15 06:53:54 +00:00
parent ba9e9f4397
commit 63135c4c48

View File

@ -751,7 +751,6 @@ class PrivmsgCommandAndRegexp(Privmsg):
try: try:
Privmsg.callCommand(self, f, irc, msg, *L) Privmsg.callCommand(self, f, irc, msg, *L)
except Exception, e: except Exception, e:
print irc.__class__
irc.error(msg, debug.exnToString(e)) irc.error(msg, debug.exnToString(e))
debug.recoverableException() debug.recoverableException()