X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/f3c43addd905c2fcfdef3d8139b17137e1ab36da..dd6989484df1a5d2baeb516fc0518958072b6070:/modules/help.py?ds=sidebyside diff --git a/modules/help.py b/modules/help.py index 770a0fb..2356167 100644 --- a/modules/help.py +++ b/modules/help.py @@ -107,7 +107,6 @@ def _genhelp(bot, user, chan, realtarget, *args): filepath = arg if minlevel != maxlevel: minlevel = maxlevel - print "%r %r %r %r" % (module, minlevel, maxlevel, filepath) for level in range(minlevel, maxlevel+1): if '%d' in filepath: filename = filepath % (level)