diff --git a/lib/base/logger.cpp b/lib/base/logger.cpp index d2c5db8fd..1401975c5 100644 --- a/lib/base/logger.cpp +++ b/lib/base/logger.cpp @@ -223,7 +223,7 @@ Log::~Log() logger->ProcessLogEntry(entry); #ifdef I2_DEBUG /* I2_DEBUG */ - /* Always flush, don't depend on the timer. Enable this for development sprints. */ + /* Always flush, don't depend on the timer. Enable this for development sprints on Linux/macOS only. Windows crashes. */ //logger->Flush(); #endif /* I2_DEBUG */ }