1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

remove debug print

This commit is contained in:
Kelly Brazil
2022-03-21 19:11:27 -07:00
parent 53dd05e52c
commit 01d53da68e

View File

@ -341,7 +341,6 @@ def parse(
if jc.utils.has_data(data): if jc.utils.has_data(data):
data = _remove_ansi(data) data = _remove_ansi(data)
data = _strip(data) data = _strip(data)
print(data.replace(' ', '~'))
table_type = _table_sniff(data) table_type = _table_sniff(data)
if table_type == 'pretty': if table_type == 'pretty':