Forgot to turn off debug flag in API code

This commit is contained in:
David Anderson 2017-04-09 11:20:46 -07:00
parent f45153c974
commit 163adf784d
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ using std::vector;
//#define VERBOSE
// enable a bunch of fprintfs to stderr
#define MSGS_FROM_FILE
//#define MSGS_FROM_FILE
// get messages from a file "msgs.txt" instead of shared mem
#ifdef __APPLE__