Skip to content

Commit 10c9528

Browse files
Jose PeredaJohan Vos
authored andcommitted
8240265: iOS: Unnecessary logging on pinch gestures
Reviewed-by: jvos
1 parent 4c132cd commit 10c9528

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/javafx.graphics/src/main/java/com/sun/glass/ui/ios/IosGestureSupport.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public static void swipeGesturePerformed(View view, int modifiers, int dir,
9393
public static void magnifyGesturePerformed(View view, int modifiers, int x,
9494
int y, int xAbs, int yAbs,
9595
float scale) {
96-
System.out.println(scale);
9796
gestures.handleDeltaZooming(view, modifiers, isDirect, false, x, y, xAbs,
9897
yAbs, scale, View.GESTURE_NO_DOUBLE_VALUE);
9998
}

0 commit comments

Comments
 (0)