mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Removing unused tracing
Test: presubmit Bug: 139891609 Change-Id: I30b432d329d6606b3d955409c167bddbacce8a37
This commit is contained in:
@@ -172,9 +172,6 @@ public abstract class AbstractStateChangeTouchController
|
||||
|
||||
@Override
|
||||
public final boolean onControllerTouchEvent(MotionEvent ev) {
|
||||
if (TestProtocol.sDebugTracing) {
|
||||
Log.d(TestProtocol.PAUSE_NOT_DETECTED, "onControllerTouchEvent");
|
||||
}
|
||||
return mDetector.onTouchEvent(ev);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user