Skip to content

Commit 757e87d

Browse files
committed
remove debug print()
1 parent 2be3a14 commit 757e87d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tikzplotlib/_axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ def _get_ticks(data, xy, ticks, ticklabels):
587587
is_label_required = is_label_required or (
588588
label and abs(label_float - tick) > 1.0e-10 + 1.0e-10 * abs(tick)
589589
)
590-
print(label_float, tick, label_float - tick, is_label_required)
591590

592591
# note: ticks may be present even if labels are not, keep them for grid lines
593592
for tick in ticks:

0 commit comments

Comments
 (0)