Skip to content

Commit af21fa6

Browse files
author
Jaikumar Ganesh
committed
Removing STOPSHIP logs.
Bug: 2694602 Change-Id: Id56e1ddcf5ea76de32238cd6761f2caf053f1fa1
1 parent d13efb2 commit af21fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/bluetooth/BluetoothAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
*/
6464
public final class BluetoothAdapter {
6565
private static final String TAG = "BluetoothAdapter";
66-
private static final boolean DBG = true; //STOPSHIP: Remove excess logging
66+
private static final boolean DBG = false;
6767

6868
/**
6969
* Sentinel error value for this class. Guaranteed to not equal any other

0 commit comments

Comments
 (0)