Skip to content

Commit ef95ace

Browse files
Jaikumar GaneshAndroid (Google) Code Review
authored andcommitted
Merge "Removing STOPSHIP logs." into froyo
2 parents 9a212ad + af21fa6 commit ef95ace

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)