Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6ecd781 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 1a1fdf41: turn off LauncherAppState.DEBUG

* commit '1a1fdf41':
  turn off LauncherAppState.DEBUG
parents f2a791a7 1a1fdf41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;