Skip to content

Commit 28d6e05

Browse files
author
Pyry Kovanen
committed
Remove debugging messages
1 parent 2f347c0 commit 28d6e05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/json/json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ def _try_convert_types(self):
658658

659659
def _try_convert_data(self, name, data, use_dtypes=True,
660660
convert_dates=True):
661-
print(data)
662661
""" try to parse a ndarray like into a column by inferring dtype """
663662

664663
# don't try to coerce, unless a force conversion

0 commit comments

Comments
 (0)