diff options
Diffstat (limited to 'src/test/core/GpgCoreTest.cpp')
-rw-r--r-- | src/test/core/GpgCoreTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/core/GpgCoreTest.cpp b/src/test/core/GpgCoreTest.cpp index ecba016f..ff51ae3d 100644 --- a/src/test/core/GpgCoreTest.cpp +++ b/src/test/core/GpgCoreTest.cpp @@ -56,7 +56,6 @@ void GpgCoreTest::TearDown() {} void GpgCoreTest::SetUp() { libconfig::Config cfg; - SPDLOG_INFO("test case config file path: {}", config_path_.string()); ASSERT_NO_THROW(cfg.readFile(config_path_.string())); auto& root = cfg.getRoot(); import_private_keys(root); |