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

Commit 6934a165 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

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

* commit '194e77aa':
  Remove stray logging statement.
parents 8d377b3a 194e77aa
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);
            }