mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-12-24 00:31:11 +02:00
remove print statement
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user