mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Goodbye debug log.
This commit is contained in:
parent
919f9e0915
commit
b272bd7752
@ -1055,7 +1055,6 @@ class Commands(object):
|
||||
except (getopt.GetoptError, ArgumentError), e:
|
||||
self.log.debug('Got %s, giving argument error.',
|
||||
utils.exnToString(e))
|
||||
self.log.exception('Wow, really difficulties here:')
|
||||
method = self.getCommandMethod(command)
|
||||
irc.reply(formatArgumentError(method, name=formatCommand(command)))
|
||||
except (SyntaxError, Error), e:
|
||||
|
Loading…
Reference in New Issue
Block a user