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

Commit 194e77aa authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 0f3fd6c6: Merge "Remove stray logging statement."

* commit '0f3fd6c6':
  Remove stray logging statement.
parents fc7315c6 0f3fd6c6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);
            }