Logger: remove unnecessary mutex

This commit is contained in:
2026-04-14 15:24:47 +02:00
parent 3548c03b53
commit 362d3dfbc6
-2
View File
@@ -18,8 +18,6 @@ namespace spdlog {
}
class Logger {
mutable std::mutex m;
std::shared_ptr<spdlog::logger> spdlog_logger;
std::string service;