diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-02 12:32:57 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-02 12:32:57 +1000 |
commit | c46b8f43d8d61d969d205befee23d3824b33b099 (patch) | |
tree | e83587c78de8ab67fabee0f23728b3b470141389 /source/core/StarLogging.cpp | |
parent | b4b2219aedc56e3e6958d18a522f697a92799829 (diff) |
Update StarLogging.cpp
Diffstat (limited to 'source/core/StarLogging.cpp')
-rw-r--r-- | source/core/StarLogging.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/core/StarLogging.cpp b/source/core/StarLogging.cpp index ba58c04..ef64d64 100644 --- a/source/core/StarLogging.cpp +++ b/source/core/StarLogging.cpp @@ -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; } |