Be quiet!

Change-Id: Ifcce5bf4b2fca35fe50a2684983dc726534c3d0c
This commit is contained in:
Dianne Hackborn
2012-11-28 18:05:00 -08:00
parent fc4be3856f
commit 79d42bb622

View 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;
}