mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Commented out an overly verbose (even for DEBUG level) log message.
This commit is contained in:
parent
bc1451e898
commit
830a5c5084
@ -694,7 +694,7 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
|
||||
if not hasattr(cb, 'getCommand'):
|
||||
continue
|
||||
L = cb.getCommand(args)
|
||||
log.debug('%s.getCommand(%r) returned %r', cb.name(), args, L)
|
||||
#log.debug('%s.getCommand(%r) returned %r', cb.name(), args, L)
|
||||
if L and L >= maxL:
|
||||
maxL = L
|
||||
cbs.append((cb, L))
|
||||
|
Loading…
Reference in New Issue
Block a user