Skip to content

Commit 18d7055

Browse files
committed
removing print
1 parent 4a5375a commit 18d7055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/clipboards.py

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def read_clipboard(sep=r"\s+", **kwargs): # pragma: no cover
6565
# to account for index columns
6666
index_length = len(lines[0]) - len(lines[0].lstrip(" \t"))
6767
if index_length != 0:
68-
print(index_length)
6968
kwargs.setdefault("index_col", [0, index_length - 1])
7069

7170
# Edge case where sep is specified to be None, return to default

0 commit comments

Comments
 (0)