copypaste bug

This commit is contained in:
Nikolay Korolev 2020-07-01 15:38:32 +03:00 committed by GitHub
parent eda50bc32b
commit a1356f1001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1354,7 +1354,6 @@ static void PrintToLog(const char* format, ...)
#endif
va_end(va);
printf("%s", tmp);
#if SCRIPT_LOG_FILE_LEVEL == 1 || SCRIPT_LOG_FILE_LEVEL == 2
if (dbg_log)
fwrite(tmp, 1, strlen(tmp), dbg_log);