commit | bad7c8acc304676a0830f297a17b6d7a0b6b60f4 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Wed Mar 26 20:45:18 2014 -0700 |
committer | Brian Silverman <brians> | Wed Mar 26 20:45:18 2014 -0700 |
tree | 2855974f6df2a89ee1b69d5ee5e5e9652a1d698c | |
parent | 87e430cca516d7f93dec656edbf13929867c83a3 [diff] [blame] |
I thought I already disabled the debugging...
diff --git a/aos/linux_code/ipc_lib/queue.cc b/aos/linux_code/ipc_lib/queue.cc index 739f2bb..8513e32 100644 --- a/aos/linux_code/ipc_lib/queue.cc +++ b/aos/linux_code/ipc_lib/queue.cc
@@ -23,7 +23,7 @@ "RawQueue instances go into shared memory"); const bool kReadDebug = false; -const bool kWriteDebug = true; +const bool kWriteDebug = false; const bool kRefDebug = false; const bool kFetchDebug = false; const bool kReadIndexDebug = false;