mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
remove debug print
This commit is contained in:
@ -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':
|
||||
|
Reference in New Issue
Block a user