Skip to content

Commit 8d8fec0

Browse files
committed
Bug fixed 60343 - styledcode
1 parent 051e7b2 commit 8d8fec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def __new__(
570570

571571
try:
572572
arr = sanitize_array(data, None, dtype=dtype, copy=copy)
573-
print(f"sanitize_array received dtype: {dtype}")
573+
#print(f"sanitize_array received dtype: {dtype}")
574574
except ValueError as err:
575575
if "index must be specified when data is not list-like" in str(err):
576576
raise cls._raise_scalar_data_error(data) from err

0 commit comments

Comments
 (0)