Skip to content

Commit f0f9511

Browse files
author
Matthew Xie
committed
Turn off debug messge
Bug 5425619 Change-Id: I7accb88a40604c5b8a8f2323e751a7f8f3cb9da8
1 parent 0a6cd02 commit f0f9511

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/java/android/server/BluetoothHealthProfileHandler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
*/
4646
final class BluetoothHealthProfileHandler {
4747
private static final String TAG = "BluetoothHealthProfileHandler";
48-
/*STOPSHIP*/
49-
private static final boolean DBG = true;
48+
private static final boolean DBG = false;
5049

5150
private static BluetoothHealthProfileHandler sInstance;
5251
private BluetoothService mBluetoothService;

0 commit comments

Comments
 (0)