Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4381c3a3 authored by vadimt's avatar vadimt
Browse files

Removing unnecessary logging

Test: presubmit
Bug: 190748682
Change-Id: I3a280b4f351098cf256d276baced6e13eb771eb3
parent 69f2dc2b
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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();