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

Commit d1404465 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Remove Chronometer logspew."

parents b9e90a3a 4879f1f1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -248,7 +248,6 @@ public class Chronometer extends TextView {
            }
        }
        setText(text);
        Slog.v("Chronometer", "updateText: sec=" + seconds + " mFormat=" + mFormat + " text=" + text);
    }

    private void updateRunning() {