Merge "Remove stray logging statement."

This commit is contained in:
Narayan Kamath
2014-03-11 12:00:54 +00:00
committed by Gerrit Code Review

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