OSDN Git Service

Be quiet!
authorDianne Hackborn <hackbod@google.com>
Thu, 29 Nov 2012 02:05:00 +0000 (18:05 -0800)
committerDianne Hackborn <hackbod@google.com>
Thu, 29 Nov 2012 02:05:00 +0000 (18:05 -0800)
Change-Id: Ifcce5bf4b2fca35fe50a2684983dc726534c3d0c

src/com/android/settings/Utils.java

index 6d76bed..2ce77b5 100644 (file)
@@ -295,7 +295,7 @@ public class Utils {
         }
 
         // Did not find a matching activity, so remove the preference
-        if (target.remove(header)) System.err.println("Removed " + header.id);
+        target.remove(header);
 
         return false;
     }