Removing old logs

Bug: 156095088
Test: Presubmit
Change-Id: I61b44fd4ee96de405482f9cf9b6a06d87a295898
This commit is contained in:
Winson Chung
2021-02-24 11:21:35 -08:00
parent 9cde419ee0
commit 13c20193eb
5 changed files with 0 additions and 30 deletions

View File

@@ -202,10 +202,6 @@ public abstract class AbstractStateChangeTouchController
mFromState = newFromState;
mToState = newToState;
if (TestProtocol.sDebugTracing) {
Log.d(TestProtocol.OVERIEW_NOT_ALLAPPS, "reinitCurrentAnimation: "
+ newToState.ordinal + " " + getClass().getSimpleName());
}
mStartProgress = 0;
mPassedOverviewAtomicThreshold = false;