Goodbye debug log.

This commit is contained in:
James Vega 2005-02-25 04:58:40 +00:00
parent 919f9e0915
commit b272bd7752
1 changed files with 0 additions and 1 deletions

View File

@ -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: