am ec77e2b0: am f43b1a9d: am 98d76cc9: Remove STOPSHIP debug log.

Merge commit 'ec77e2b0fa087efb44587bf08d790abf445d702b'

* commit 'ec77e2b0fa087efb44587bf08d790abf445d702b':
  Remove STOPSHIP debug log.
This commit is contained in:
Jaikumar Ganesh
2009-10-12 11:43:52 -07:00
committed by Android Git Automerger

View File

@@ -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;