Oops, left a print in.

This commit is contained in:
Jeremy Fincher 2004-10-02 00:49:08 +00:00
parent ca5a27f2d4
commit 83af5aa6c0
1 changed files with 0 additions and 1 deletions

View File

@ -524,7 +524,6 @@ def wrap(f, *argsArgs, **argsKwargs):
if 'getopts' in argsKwargs:
f(self, irc, msg, args, state.getopts, *state.args, **state.kwargs)
else:
print state.args, state.kwargs
f(self, irc, msg, args, *state.args, **state.kwargs)
newf = utils.changeFunctionName(newf, f.func_name, f.__doc__)