diff --git a/jc/parsers/asciitable_m.py b/jc/parsers/asciitable_m.py index 2ae31c89..7daf602e 100644 --- a/jc/parsers/asciitable_m.py +++ b/jc/parsers/asciitable_m.py @@ -341,7 +341,6 @@ def parse( if jc.utils.has_data(data): data = _remove_ansi(data) data = _strip(data) - print(data.replace(' ', '~')) table_type = _table_sniff(data) if table_type == 'pretty':