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

Commit c95f4489 authored by Chandru S's avatar Chandru S Committed by Android (Google) Code Review
Browse files

Merge "Remove debugging log" into main

parents da4bf7d7 3098116e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@
 */
package com.android.systemui.keyguard.ui

import android.os.Build
import android.util.Log
import android.view.animation.Interpolator
import com.android.app.animation.Interpolators.LINEAR
import com.android.keyguard.logging.KeyguardTransitionAnimationLogger
@@ -133,9 +131,6 @@ constructor(
                onStart = {
                    isShadeExpanded = shadeInteractor.get().isAnyFullyExpanded.value
                    if (onStart != null) onStart()
                    if (DEBUG_LOG) {
                        Log.d(TAG, "onStart isShadeExpanded=$isShadeExpanded")
                    }
                },
                onCancel =
                    if (onCancel != null) {
@@ -263,11 +258,6 @@ constructor(
            )
        }
    }

    private companion object {
        const val TAG = "KeyguardTransitionAnim"
        val DEBUG_LOG = Build.IS_DEBUGGABLE || Log.isLoggable(TAG, Log.DEBUG)
    }
}

data class StateToValue(