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

Commit 318c4573 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "BluetoothManager: Set DBG to false" am: b759a578 am: 9d15a00d

am: f86ee6e1

Change-Id: I1b3a38128b6ebee300a72efb306c10462236d4bc
parents a8418c52 f86ee6e1
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;