From 1a1fdf4185637610b37953e901605c55ef8ba0a6 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Tue, 15 Apr 2014 13:57:15 -0400 Subject: [PATCH] turn off LauncherAppState.DEBUG Change-Id: Ia6d54235c353c27c8716d7fd9270a7f2ee7bc93f --- src/com/android/launcher3/LauncherAppState.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java index ba10f51ad9..5ddafeab39 100644 --- a/src/com/android/launcher3/LauncherAppState.java +++ b/src/com/android/launcher3/LauncherAppState.java @@ -30,7 +30,7 @@ public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks { private static final String TAG = "LauncherAppState"; private static final String SHARED_PREFERENCES_KEY = "com.android.launcher3.prefs"; - private static final boolean DEBUG = true; // TODO STOPSHIP: set this to false + private static final boolean DEBUG = false; private final AppFilter mAppFilter; private final BuildInfo mBuildInfo;