diff options
author | Sven Gothel <[email protected]> | 2020-07-26 09:09:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-07-26 09:09:20 +0200 |
commit | cdc8d0bdd3fde0555ecf6465e03edf32ab91be5e (patch) | |
tree | bb3a64f4e33805fd9bc82f6f1316b896f772630d /src | |
parent | 03cac3e522ff41bed5a35e0670ea16695693c789 (diff) |
DBTAdapter.cpp: Turn VERBOSE_ON off (oopsie)
Diffstat (limited to 'src')
-rw-r--r-- | src/direct_bt/DBTAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/direct_bt/DBTAdapter.cpp b/src/direct_bt/DBTAdapter.cpp index ef64e2dc..b6b5ea9d 100644 --- a/src/direct_bt/DBTAdapter.cpp +++ b/src/direct_bt/DBTAdapter.cpp @@ -32,7 +32,7 @@ #include <algorithm> -#define VERBOSE_ON 1 +// #define VERBOSE_ON 1 #include <dbt_debug.hpp> #include "BasicAlgos.hpp" |