Merge "Be quiet!" into jb-mr1.1-dev

This commit is contained in:
Dianne Hackborn
2012-11-28 18:18:00 -08:00
committed by Android (Google) Code Review

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