From c46b8f43d8d61d969d205befee23d3824b33b099 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:32:57 +1000 Subject: [PATCH] Update StarLogging.cpp --- source/core/StarLogging.cpp | 1 - 1 file changed, 1 deletion(-) 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; }