diff --git a/Core/Debugger.cpp b/Core/Debugger.cpp index ae128fc..82c8a65 100644 --- a/Core/Debugger.cpp +++ b/Core/Debugger.cpp @@ -57,7 +57,7 @@ namespace SysDbg void WriteLine(DebugLevel Level, const char *File, int Line, const char *Function, const char *Format, ...) { - SMARTLOCK(DebuggerLock); + // SMARTLOCK(DebuggerLock); WritePrefix(Level, File, Line, Function); va_list args; va_start(args, Format);