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

remove print statement

This commit is contained in:
Kelly Brazil
2022-03-22 15:57:43 -07:00
parent 17c3c2f029
commit 35e0e9c32a

View File

@ -244,7 +244,6 @@ def parse(
if jc.utils.has_data(data):
data = _remove_ansi(data)
print(data)
data = _strip(data)
data_list = _normalize_rows(data)
raw_output = _parse_pretty(data_list)