Skip to content

Commit cf6bc99

Browse files
Matthew XieAndroid (Google) Code Review
authored andcommitted
Merge "Turn off debug messge"
2 parents 75b071e + f0f9511 commit cf6bc99

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)