From 37a62a8d0b590710b902376ca3320cc05e954b63 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 26 Jul 2024 18:24:34 +0200 Subject: feat: remove spdlog and clean up log --- src/core/module/ModuleInit.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/core/module/ModuleInit.h') diff --git a/src/core/module/ModuleInit.h b/src/core/module/ModuleInit.h index e7e86f0f..c4f121ba 100644 --- a/src/core/module/ModuleInit.h +++ b/src/core/module/ModuleInit.h @@ -28,15 +28,11 @@ #pragma once -#include - #include "core/GpgFrontendCoreExport.h" namespace GpgFrontend::Module { -struct ModuleInitArgs { - spdlog::level::level_enum log_level; -}; +struct ModuleInitArgs {}; /** * @brief init the module library -- cgit v1.2.3