From d9142776de351c8a383ea85865293a2bd2add573 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Fri, 17 Feb 2023 01:46:37 +0800 Subject: fix: solve logging framework issues on windows --- src/before_exit.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/before_exit.cpp') diff --git a/src/before_exit.cpp b/src/before_exit.cpp index be655616..31c56354 100644 --- a/src/before_exit.cpp +++ b/src/before_exit.cpp @@ -33,10 +33,5 @@ * */ void before_exit() { -#ifdef WINDOWS - // Under VisualStudio, this must be called before main finishes to workaround - // a known VS issue - spdlog::drop_all(); - spdlog::shutdown(); -#endif + } -- cgit v1.2.3