diff options
author | Saturneric <[email protected]> | 2022-05-19 19:02:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-19 19:02:22 +0000 |
commit | 6d2f0fec12c142cd378c5515091e1aa5b58597fd (patch) | |
tree | e4dcd5a3e93e6a28a058516e43f0986195bc2083 /src/core/thread/CtxCheckTask.cpp | |
parent | pref: improve pch for compiling speed (diff) | |
download | GpgFrontend-6d2f0fec12c142cd378c5515091e1aa5b58597fd.tar.gz GpgFrontend-6d2f0fec12c142cd378c5515091e1aa5b58597fd.zip |
fix: adjust initialized order and organize
1. disable command line file arg input ability
Diffstat (limited to 'src/core/thread/CtxCheckTask.cpp')
-rw-r--r-- | src/core/thread/CtxCheckTask.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/thread/CtxCheckTask.cpp b/src/core/thread/CtxCheckTask.cpp index ee170fbc..997dd341 100644 --- a/src/core/thread/CtxCheckTask.cpp +++ b/src/core/thread/CtxCheckTask.cpp @@ -38,9 +38,6 @@ GpgFrontend::Thread::CtxCheckTask::CtxCheckTask() { } void GpgFrontend::Thread::CtxCheckTask::Run() { - // init logging - init_logging(); - // Init GpgFrontend Core init_gpgfrontend_core(); |