Fix log spam that got in here somehow.

Fixes: 193661710
Test: no more log spam
Change-Id: Iebd0c9900517f2512e588fc2c3729e36d6a90db0
This commit is contained in:
Josh Tsuji
2021-07-14 12:21:34 -04:00
parent 71f911e7e0
commit 2b6968840d

View File

@@ -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);
}