From 4381c3a343ebf6038defa59aa04f389df75a2819 Mon Sep 17 00:00:00 2001 From: vadimt Date: Wed, 11 Aug 2021 14:24:06 -0700 Subject: [PATCH] Removing unnecessary logging Test: presubmit Bug: 190748682 Change-Id: I3a280b4f351098cf256d276baced6e13eb771eb3 --- .../android/launcher3/tapl/LauncherInstrumentation.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 8b9ae6964c..b036049865 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -1335,13 +1335,6 @@ public final class LauncherInstrumentation { } final MotionEvent event = getMotionEvent(downTime, currentTime, action, point.x, point.y); - // b/190748682 - switch (action) { - case MotionEvent.ACTION_DOWN: - case MotionEvent.ACTION_UP: - log("b/190748682: injecting " + event); - break; - } assertTrue("injectInputEvent failed", mInstrumentation.getUiAutomation().injectInputEvent(event, true, false)); event.recycle();