mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-25 00:37:31 +02:00
remove unnecessary comment
This commit is contained in:
@ -576,7 +576,6 @@ def main():
|
|||||||
parser_name = parser_shortname(arg)
|
parser_name = parser_shortname(arg)
|
||||||
|
|
||||||
if parser_name in parsers:
|
if parser_name in parsers:
|
||||||
# load parser module just in time so we don't need to load all modules
|
|
||||||
parser = parser_module(arg)
|
parser = parser_module(arg)
|
||||||
found = True
|
found = True
|
||||||
break
|
break
|
||||||
|
Reference in New Issue
Block a user