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

Commit cce7892f authored by Gustav Sennton's avatar Gustav Sennton
Browse files

Remove unnecessary log to avoid confusion when debugging.

Also remove unused method.

Test: nope
Bug: 376423590
Flag: EXEMPT logs
Change-Id: I003de40743122de2bb28ea4d501cfaa5ce7c2fd1
parent 80cd1380
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@ class DesktopTasksLimiter (
        }

        override fun onTransitionFinished(transition: IBinder, aborted: Boolean) {
            logV("transition %s finished", transition)
            if (activeTransitionTokensAndTasks.remove(transition) != null) {
                if (aborted) {
                    interactionJankMonitor.cancel(CUJ_DESKTOP_MODE_MINIMIZE_WINDOW)
@@ -252,10 +251,6 @@ class DesktopTasksLimiter (
        ProtoLog.v(WM_SHELL_DESKTOP_MODE, "%s: $msg", TAG, *arguments)
    }

    private fun logE(msg: String, vararg arguments: Any?) {
        ProtoLog.e(WM_SHELL_DESKTOP_MODE, "%s: $msg", TAG, *arguments)
    }

    private companion object {
        const val TAG = "DesktopTasksLimiter"
    }