summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2009-10-06 08:01:21 -0700
committerJaikumar Ganesh <jaikumar@google.com>2009-10-06 08:01:21 -0700
commit98d76cc9b882466a97fb55913f5a507a642b5018 (patch)
treed614d63588a300303d43cb98a5106c97cfbc0f2b /src/com
parenta8f2f72da8693418f867de9c904eb250b7aae4ff (diff)
downloadpackages_apps_settings-98d76cc9b882466a97fb55913f5a507a642b5018.zip
packages_apps_settings-98d76cc9b882466a97fb55913f5a507a642b5018.tar.gz
packages_apps_settings-98d76cc9b882466a97fb55913f5a507a642b5018.tar.bz2
Remove STOPSHIP debug log.
Bug: 2151872 Dr No: Eastham
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/settings/bluetooth/CachedBluetoothDevice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
index 25c7f14..1b45628 100644
--- a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
+++ b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
@@ -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;