Merge "Turn off debug messge"

This commit is contained in:
Matthew Xie
2011-10-07 12:57:08 -07:00
committed by Android (Google) Code Review

View File

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