removed debug output from threads

This commit is contained in:
csoler 2016-05-05 22:03:46 -04:00
parent 9847a7a45f
commit 67e976057d

View File

@ -40,7 +40,6 @@
* #define DEBUG_THREADS 1
* #define RSMUTEX_ABORT 1 // Catch wrong pthreads mode.
*******/
#define DEBUG_THREADS 1
#define THREAD_DEBUG std::cerr << "[caller thread ID: " << std::hex << pthread_self() << ", thread ID: " << mTid << std::dec << "] "
#ifdef RSMUTEX_ABORT