Skip to content

Commit

Permalink
8240265: iOS: Unnecessary logging on pinch gestures
Browse files Browse the repository at this point in the history
Reviewed-by: jvos
  • Loading branch information
Jose Pereda authored and Johan Vos committed Mar 2, 2020
1 parent 4c132cd commit 10c9528
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public static void swipeGesturePerformed(View view, int modifiers, int dir,
public static void magnifyGesturePerformed(View view, int modifiers, int x,
int y, int xAbs, int yAbs,
float scale) {
System.out.println(scale);
gestures.handleDeltaZooming(view, modifiers, isDirect, false, x, y, xAbs,
yAbs, scale, View.GESTURE_NO_DOUBLE_VALUE);
}
Expand Down

0 comments on commit 10c9528

Please sign in to comment.