summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/opp/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/bluetooth/opp/Constants.java')
-rw-r--r--src/com/android/bluetooth/opp/Constants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/opp/Constants.java b/src/com/android/bluetooth/opp/Constants.java
index cd57643d0..b17c0e4e4 100644
--- a/src/com/android/bluetooth/opp/Constants.java
+++ b/src/com/android/bluetooth/opp/Constants.java
@@ -231,7 +231,7 @@ public class Constants {
/**
* Verbose level logging
*/
- public static final boolean VERBOSE = true;
+ public static final boolean VERBOSE = false;
/** use TCP socket instead of Rfcomm Socket to develop */
public static final boolean USE_TCP_DEBUG = false;