1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

remove unneeded line

This commit is contained in:
Kelly Brazil
2021-09-17 14:44:49 -07:00
parent b967489d08
commit 8b1e8d58df

View File

@ -167,7 +167,6 @@ def parse(data, raw=False, quiet=False):
if line.startswith('---'): if line.startswith('---'):
footer = True footer = True
# raw_output['destination'] = line.split()[1]
continue continue
if footer: if footer: