am 2802c173: am ad35099a: am b485d8e1: am 194e77aa: am 0f3fd6c6: Merge "Remove stray logging statement."

* commit '2802c173d3a61727592e8908a261be33cfd974a9':
  Remove stray logging statement.
This commit is contained in:
Narayan Kamath
2014-03-11 05:20:37 -07:00
committed by Android Git Automerger

View File

@@ -191,8 +191,6 @@ public class Patterns {
for (int i = 1; i <= numGroups; i++) {
String s = matcher.group(i);
System.err.println("Group(" + i + ") : " + s);
if (s != null) {
b.append(s);
}