We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a212ad + af21fa6 commit ef95aceCopy full SHA for ef95ace
core/java/android/bluetooth/BluetoothAdapter.java
@@ -63,7 +63,7 @@
63
*/
64
public final class BluetoothAdapter {
65
private static final String TAG = "BluetoothAdapter";
66
- private static final boolean DBG = true; //STOPSHIP: Remove excess logging
+ private static final boolean DBG = false;
67
68
/**
69
* Sentinel error value for this class. Guaranteed to not equal any other
0 commit comments