From f5cf83e4b3fdf1e9ae82b00f39e45e189809c419 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 15 Dec 2023 17:04:59 +0800 Subject: fix: slove some issues on memory and intilizations --- src/test/core/GpgCoreTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/core/GpgCoreTest.cpp') 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); -- cgit v1.2.3