From 034b4f78c55685adaa20ba0ac5f4f92384b45cdc Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Tue, 19 Apr 2022 16:05:46 -0500 Subject: [PATCH] Removing Boost.Log from main --- scwx-qt/source/scwx/qt/main/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scwx-qt/source/scwx/qt/main/main.cpp b/scwx-qt/source/scwx/qt/main/main.cpp index 0bb745b8..f4c782d9 100644 --- a/scwx-qt/source/scwx/qt/main/main.cpp +++ b/scwx-qt/source/scwx/qt/main/main.cpp @@ -4,16 +4,11 @@ #include #include -#include -#include #include #include int main(int argc, char* argv[]) { - boost::log::core::get()->set_filter(boost::log::trivial::severity >= - boost::log::trivial::debug); - scwx::util::Logger::Initialize(); spdlog::set_level(spdlog::level::debug);