Skip to content

Commit efab5a8

Browse files
committed
removing print
1 parent 7438ab9 commit efab5a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/clipboards.py

Lines changed: 0 additions & 1 deletion
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)