mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Removed a debugging print.
This commit is contained in:
parent
ba9e9f4397
commit
63135c4c48
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user