Skip to content

Commit d403068

Browse files
committed
rm print
1 parent db89884 commit d403068

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

hapiplot/plot/datetick.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@ def draw(fig): fig.canvas.draw()
364364
elif deltaT.days < 366*15:
365365
to = axes.lines[0].get_xdata()[0]
366366
tf = axes.lines[0].get_xdata()[-1]
367-
print(to)
368-
print(tf)
369367
# Ideally would set byyear=list(range(to.year, tf.year,2)) but
370368
# byyear is not a kwarg. Would need to something like
371369
# https://stackoverflow.com/questions/48428729/matplotlib-dates-yearlocator-with-odd-intervals

0 commit comments

Comments
 (0)