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

Commit 2b696884 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Fix log spam that got in here somehow.

Fixes: 193661710
Test: no more log spam
Change-Id: Iebd0c9900517f2512e588fc2c3729e36d6a90db0
parent 71f911e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2309,7 +2309,6 @@ public class KeyguardViewMediator extends SystemUI implements Dumpable,
        // only play "unlock" noises if not on a call (since the incall UI
        // disables the keyguard)
        if (TelephonyManager.EXTRA_STATE_IDLE.equals(mPhoneState)) {
            Log.i("TEST", "playSounds: false");
            playSounds(false);
        }