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:
@ -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':
|
||||||
|
Reference in New Issue
Block a user