aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/logging.cpp')
-rw-r--r--src/zencore/logging.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zencore/logging.cpp b/src/zencore/logging.cpp
index 0d34372a9..434c461ae 100644
--- a/src/zencore/logging.cpp
+++ b/src/zencore/logging.cpp
@@ -279,7 +279,6 @@ InitializeLogging()
void
ShutdownLogging()
{
- spdlog::drop_all();
spdlog::shutdown();
TheDefaultLogger = {};
}