mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01: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)
|
||||
|
||||
def callCommand(self, method, irc, msg, *L):
|
||||
self.log.critical(repr(method))
|
||||
name = method.im_func.func_name
|
||||
assert L, 'Odd, nothing in L. This can\'t happen.'
|
||||
self.log.info('Command %s called with args %s by %s',
|
||||
|
Loading…
Reference in New Issue
Block a user