Clean spdlog.cpp

This commit is contained in:
gabime 2024-12-06 15:23:16 +02:00
parent 137de0244c
commit 7c44647d99

View File

@ -11,7 +11,6 @@
namespace spdlog {
static std::shared_ptr s_context =
#ifndef SPDLOG_DISABLE_GLOBAL_LOGGER
std::make_unique<details::context>(std::make_unique<logger>(std::string(), std::make_unique<sinks::stdout_color_sink_mt>()));