Skip to content

Commit 3914cda

Browse files
committed
remove print
1 parent 6f5f1ba commit 3914cda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,6 @@ cdef class Day(Tick):
12171217

12181218
def __init__(self, n=1, normalize=False):
12191219
super().__init__(n, normalize)
1220-
print("in Day init")
12211220

12221221
cdef class Hour(Tick):
12231222
"""

0 commit comments

Comments
 (0)