From b1e95a60a2461dc401ffc299ef6338b65ef12691 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 13 May 2021 08:42:27 -0700 Subject: [PATCH] remove unnecessary comment --- jc/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index d315ebb4..13f8a51e 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -576,7 +576,6 @@ def main(): parser_name = parser_shortname(arg) if parser_name in parsers: - # load parser module just in time so we don't need to load all modules parser = parser_module(arg) found = True break