Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3955e7e authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Remove stray logging statement.

bug: https://code.google.com/p/android/issues/detail?id=66974
Change-Id: Ie34c102de143cf6aeb16c78778dda3ef5e928380
parent 6e2fb587
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -191,8 +191,6 @@ public class Patterns {
        for (int i = 1; i <= numGroups; i++) {
        for (int i = 1; i <= numGroups; i++) {
            String s = matcher.group(i);
            String s = matcher.group(i);


            System.err.println("Group(" + i + ") : " + s);

            if (s != null) {
            if (s != null) {
                b.append(s);
                b.append(s);
            }
            }