fix: lovely c++ grammar with the if statment

This commit is contained in:
lizzie
2026-05-06 13:16:07 +00:00
parent 1fc15c97f6
commit 99ab37dea4
-2
View File
@@ -391,8 +391,6 @@ void Initialize() noexcept {
}
/// @brief Initializes the logging system. This should be the first thing called in main.
void Start() noexcept {
if (logging_instance)
//logging_instance->StartBackendThread();
}
/// @brief Explicitly stops the logger thread and flushes the buffers
void Stop() noexcept {