From 98d76cc9b882466a97fb55913f5a507a642b5018 Mon Sep 17 00:00:00 2001 From: Jaikumar Ganesh Date: Tue, 6 Oct 2009 08:01:21 -0700 Subject: [PATCH] Remove STOPSHIP debug log. Bug: 2151872 Dr No: Eastham --- src/com/android/settings/bluetooth/CachedBluetoothDevice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java index 25c7f14bc4a..1b45628c567 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 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;