From 362d3dfbc686d201abd74447a01cb537cc353581 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 14 Apr 2026 15:24:47 +0200 Subject: [PATCH] Logger: remove unnecessary mutex --- common/Logger.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/Logger.h b/common/Logger.h index d75661ec..548505d9 100644 --- a/common/Logger.h +++ b/common/Logger.h @@ -18,8 +18,6 @@ namespace spdlog { } class Logger { - mutable std::mutex m; - std::shared_ptr spdlog_logger; std::string service;