Update StarLogging.cpp

This commit is contained in:
Kae 2023-08-02 12:32:57 +10:00
parent b4b2219aed
commit c46b8f43d8

View File

@ -85,7 +85,6 @@ void Logger::refreshLoggable() {
for (auto i = (size_t)l->level(); i != loggable.size(); ++i)
loggable[i] = true;
}
MutexLocker locker(s_mutex);
s_loggable = loggable;
}