Removed a debugging print.

This commit is contained in:
Jeremy Fincher 2003-10-15 06:53:54 +00:00
parent ba9e9f4397
commit 63135c4c48
1 changed files with 0 additions and 1 deletions

View File

@ -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()