diff --git a/src/Log.cpp b/src/Log.cpp index 4ade4dd..1f86cff 100755 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -38,10 +38,6 @@ void Log::LogError(std::string s,int code){ void Log::LogError(std::wstring s,int code){ - dwWaitResult = WaitForSingleObject(outMutex,INFINITE); - switch(dwWaitResult){ - //Thread got ownership - case WAIT_OBJECT_0: out<