diff options
author | Tom Rondeau | 2012-01-22 17:51:13 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-01-22 17:51:13 -0500 |
commit | 06f40e8dbef0b082e23703bc22775ec3458faf5b (patch) | |
tree | 80afc144a9d586111958842406deaff0d976a90f /gnuradio-core/src | |
parent | accc35f380e56af156153cd01540a46c7eb98f12 (diff) | |
download | gnuradio-06f40e8dbef0b082e23703bc22775ec3458faf5b.tar.gz gnuradio-06f40e8dbef0b082e23703bc22775ec3458faf5b.tar.bz2 gnuradio-06f40e8dbef0b082e23703bc22775ec3458faf5b.zip |
sched: forgot to turn debugging off.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/lib/runtime/gr_block_executor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_block_executor.cc b/gnuradio-core/src/lib/runtime/gr_block_executor.cc index 1c52c0e13..350518e4c 100644 --- a/gnuradio-core/src/lib/runtime/gr_block_executor.cc +++ b/gnuradio-core/src/lib/runtime/gr_block_executor.cc @@ -36,7 +36,7 @@ #include <stdio.h> // must be defined to either 0 or 1 -#define ENABLE_LOGGING 1 +#define ENABLE_LOGGING 0 #if (ENABLE_LOGGING) #define LOG(x) do { x; } while(0) |