Skip to content

Commit e3e67c9

Browse files
committed
Remove unnecessary print statements in WheelZoomHandler
1 parent 31641a3 commit e3e67c9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plotpy/events.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,6 @@ def get_zoom_param(
919919
x, y = pos.x(), pos.y()
920920
rect = plot.contentsRect()
921921
w, h = rect.width(), rect.height()
922-
print(f"x: {x} -> {x + w * factor}")
923-
print(f"y: {y} -> {y + w * factor}")
924922
dx = (
925923
x + (w * factor),
926924
x,

0 commit comments

Comments
 (0)