1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

remove unnecessary comment

This commit is contained in:
Kelly Brazil
2021-05-13 08:42:27 -07:00
parent bb1439f0d5
commit b1e95a60a2

View File

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