am 0f3fd6c6: Merge "Remove stray logging statement."
* commit '0f3fd6c66e8376e62ed61dd2b92ea4807571b3de': Remove stray logging statement.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user