mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-04-29 11:17:56 +02:00
Removed a debug message.
This commit is contained in:
parent
1572ccf452
commit
dddf1d2a08
@ -704,7 +704,6 @@ class Privmsg(irclib.IrcCallback):
|
|||||||
return getattr(self, methodName)
|
return getattr(self, methodName)
|
||||||
|
|
||||||
def callCommand(self, method, irc, msg, *L):
|
def callCommand(self, method, irc, msg, *L):
|
||||||
self.log.critical(repr(method))
|
|
||||||
name = method.im_func.func_name
|
name = method.im_func.func_name
|
||||||
assert L, 'Odd, nothing in L. This can\'t happen.'
|
assert L, 'Odd, nothing in L. This can\'t happen.'
|
||||||
self.log.info('Command %s called with args %s by %s',
|
self.log.info('Command %s called with args %s by %s',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user