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

Commit 452e371a authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Don't debug log on ConditionManager" into nyc-dev

parents 9abb6b01 d49a846a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class ConditionManager {

    private static final String TAG = "ConditionManager";

    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    private static final String PKG = "com.android.settings.dashboard.conditional.";