Do not log the debugger output

This commit is contained in:
Alex 2022-10-17 19:16:42 +03:00
parent 4ca5db1fee
commit 94dfeb7fd5
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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);