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

Commit 964cb83b authored by Santiago Seifert's avatar Santiago Seifert Committed by Android (Google) Code Review
Browse files

Merge "Remove spammy logging in LocalMediaManager" into main

parents 49f96e27 f0793ec1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -556,7 +556,6 @@ public class LocalMediaManager implements BluetoothCallback {
        private MediaDevice getMutingExpectedDevice() {
            if (mBluetoothAdapter == null
                    || mAudioManager.getMutingExpectedDevice() == null) {
                Log.w(TAG, "BluetoothAdapter is null or muting expected device not exist");
                return null;
            }
            final List<BluetoothDevice> bluetoothDevices =