From cc81b8399537260bd641c9f8d258d0fd464cf86c Mon Sep 17 00:00:00 2001 From: PatchTester Date: Thu, 25 Aug 2022 14:59:08 -0500 Subject: [PATCH] test_message --- src/Log.cpp | 4 ---- 1 file changed, 4 deletions(-) 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<