fix_empty_log_windows (#3396)

\
This commit is contained in:
depler 2022-07-04 08:34:39 +03:00 committed by GitHub
parent d62a0bd81e
commit 707fce44da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -99,11 +99,8 @@ void logAddImpl(
}
auto const lock = log_state.unique_lock();
#ifdef _WIN32
OutputDebugStringA(fmt::format(FMT_STRING("{:s}\r\n"), msg).c_str());
#elif defined(__ANDROID__)
#if defined(__ANDROID__)
int prio;