From e1f1d078724a1d3ca63f4490e1a412dfe0d4067c Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:58:32 +0200 Subject: [PATCH] Remove debug logging --- jlmkr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jlmkr.py b/jlmkr.py index f00c77f..a90267e 100755 --- a/jlmkr.py +++ b/jlmkr.py @@ -1989,7 +1989,6 @@ def main(): args = vars(parser.parse_known_args(args_to_parse)[0]) # ...and check if help is still in the remaining args need_help = args.get("help") - print(need_help) if need_help: commands[command].print_help()