Remove tracing for fixed bugs

Bug: 129434166
Bug: 131170582
Change-Id: Ia9b356594001d96c69ffbb7f8b767b2f54ed5feb
This commit is contained in:
vadimt
2019-05-01 16:10:56 -07:00
parent dffb214d0f
commit 8649cf29e4
16 changed files with 14 additions and 155 deletions
@@ -63,9 +63,4 @@ public final class TestProtocol {
"all-apps-to-overview-swipe-height";
public static final String REQUEST_HOME_TO_ALL_APPS_SWIPE_HEIGHT =
"home-to-all-apps-swipe-height";
public static boolean sDebugTracing = false;
public static final String NO_DRAG_TAG = "b/129434166";
public static final String REQUEST_ENABLE_DRAG_LOGGING = "enable-drag-logging";
public static final String REQUEST_DISABLE_DRAG_LOGGING = "disable-drag-logging";
}