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

Commit 98d76cc9 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Remove STOPSHIP debug log.

Bug: 2151872
Dr No: Eastham
parent a8f2f72d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ public class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice>
    private static final String TAG = "CachedBluetoothDevice";
    private static final boolean D = LocalBluetoothManager.D;
    private static final boolean V = LocalBluetoothManager.V;
    private static final boolean DEBUG = true; // STOPSHIP - disable before final rom
    private static final boolean DEBUG = false;

    private static final int CONTEXT_ITEM_CONNECT = Menu.FIRST + 1;
    private static final int CONTEXT_ITEM_DISCONNECT = Menu.FIRST + 2;