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

Commit f0f95112 authored by Matthew Xie's avatar Matthew Xie
Browse files

Turn off debug messge

Bug 5425619

Change-Id: I7accb88a40604c5b8a8f2323e751a7f8f3cb9da8
parent 0a6cd02b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@ import java.util.concurrent.atomic.AtomicInteger;
 */
final class BluetoothHealthProfileHandler {
    private static final String TAG = "BluetoothHealthProfileHandler";
    /*STOPSHIP*/
    private static final boolean DBG = true;
    private static final boolean DBG = false;

    private static BluetoothHealthProfileHandler sInstance;
    private BluetoothService mBluetoothService;