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

Commit fca343df authored by Nicolò Mazzucato's avatar Nicolò Mazzucato Committed by Android (Google) Code Review
Browse files

Merge "Remove log from UnfoldRemoteFilter" into main

parents 0d50389e d0331210
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@ class UnfoldRemoteFilter(
            if (inProgress) {
                logCounter({ "$TAG#filtered_progress" }, newProgress)
                listener.onTransitionProgress(newProgress)
            } else {
                Log.e(TAG, "Filtered progress received received while animation not in progress.")
            }
            field = newProgress
        }