diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 37290f4f..d3a409d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ #include "core/GpgConstants.h" #include "core/GpgCoreInit.h" #include "core/function/GlobalSettingStation.h" -#include "plugin/GpgFrontendPluginInit.h" +// #include "plugin/GpgFrontendPluginInit.h" #include "spdlog/spdlog.h" #include "ui/GpgFrontendApplication.h" #include "ui/GpgFrontendUIInit.h" @@ -120,7 +120,7 @@ int main(int argc, char* argv[]) { GpgFrontend::UI::InitUILoggingSystem(); // init the logging system for ui - GpgFrontend::Plugin::InitPluginLoggingSystem(); + // GpgFrontend::Plugin::InitPluginLoggingSystem(); // change path to search for related init_global_path_env(); @@ -165,7 +165,7 @@ int main(int argc, char* argv[]) { } while (return_from_event_loop_code == RESTART_CODE && restart_count < 3); // shutdown the logging system for core - GpgFrontend::Plugin::ShutdownPluginLoggingSystem(); + // GpgFrontend::Plugin::ShutdownPluginLoggingSystem(); // shutdown the logging system for ui GpgFrontend::UI::ShutdownUILoggingSystem(); |