summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/IntentResolver.java
diff options
context:
space:
mode:
Diffstat (limited to 'services/java/com/android/server/IntentResolver.java')
-rw-r--r--services/java/com/android/server/IntentResolver.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/java/com/android/server/IntentResolver.java b/services/java/com/android/server/IntentResolver.java
index b78389bbe8da..1d3e3ac23c8b 100644
--- a/services/java/com/android/server/IntentResolver.java
+++ b/services/java/com/android/server/IntentResolver.java
@@ -35,7 +35,6 @@ import android.util.Slog;
import android.util.LogPrinter;
import android.util.Printer;
-import android.util.Config;
import android.content.Intent;
import android.content.IntentFilter;
@@ -45,7 +44,7 @@ import android.content.IntentFilter;
public class IntentResolver<F extends IntentFilter, R extends Object> {
final private static String TAG = "IntentResolver";
final private static boolean DEBUG = false;
- final private static boolean localLOGV = DEBUG || Config.LOGV;
+ final private static boolean localLOGV = DEBUG || false;
public void addFilter(F f) {
if (localLOGV) {