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

Commit 61d17c80 authored by Myles Watson's avatar Myles Watson
Browse files

BluetoothManager: Set DBG to false

Fixes: 71491860
Test: Pair and connect with a phone
Change-Id: I3ead8154765267105c74cd800f571933bbe82e07
parent 6fcbd0b7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -52,8 +52,7 @@ import java.util.List;
@RequiresFeature(PackageManager.FEATURE_BLUETOOTH)
public final class BluetoothManager {
    private static final String TAG = "BluetoothManager";
    private static final boolean DBG = true;
    private static final boolean VDBG = true;
    private static final boolean DBG = false;

    private final BluetoothAdapter mAdapter;