Remove debug logging

This commit is contained in:
Jip-Hop 2024-06-28 13:58:32 +02:00
parent 1bd58c951e
commit e1f1d07872
1 changed files with 0 additions and 1 deletions

View File

@ -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()