am 1a1fdf41: turn off LauncherAppState.DEBUG

* commit '1a1fdf4185637610b37953e901605c55ef8ba0a6':
  turn off LauncherAppState.DEBUG
This commit is contained in:
Chris Wren
2014-04-15 19:08:45 +00:00
committed by Android Git Automerger
@@ -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;