From: Chris Tallon Date: Thu, 17 Jul 2008 20:02:11 +0000 (+0000) Subject: Remove log lines X-Git-Tag: r0-3-0~1 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=e3182691fbe1346014be07f4b3c22dc959ead5f9;p=vompserver.git Remove log lines --- diff --git a/thread.c b/thread.c index 77d5544..c89c8ef 100755 --- a/thread.c +++ b/thread.c @@ -90,12 +90,10 @@ void Thread::threadSignalNoLock() { pthread_cond_signal(&threadCond); } -#include "log.h" + void Thread::threadWaitForSignal() { - Log::getInstance()->log("Thread", Log::DEBUG, "Entering wait"); pthread_cond_wait(&threadCond, &threadCondMutex); - Log::getInstance()->log("Thread", Log::DEBUG, "Leaving wait"); } void Thread::threadDetach()