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

This commit is contained in:
Jason Monk
2016-04-14 13:14:43 +00:00
committed by Android (Google) Code Review

View File

@@ -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.";