Remove debug logging
This commit is contained in:
parent
1bd58c951e
commit
e1f1d07872
1
jlmkr.py
1
jlmkr.py
|
@ -1989,7 +1989,6 @@ def main():
|
||||||
args = vars(parser.parse_known_args(args_to_parse)[0])
|
args = vars(parser.parse_known_args(args_to_parse)[0])
|
||||||
# ...and check if help is still in the remaining args
|
# ...and check if help is still in the remaining args
|
||||||
need_help = args.get("help")
|
need_help = args.get("help")
|
||||||
print(need_help)
|
|
||||||
|
|
||||||
if need_help:
|
if need_help:
|
||||||
commands[command].print_help()
|
commands[command].print_help()
|
||||||
|
|
Loading…
Reference in New Issue