aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/GpgFrontendTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/GpgFrontendTest.cpp')
-rw-r--r--src/test/GpgFrontendTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/GpgFrontendTest.cpp b/src/test/GpgFrontendTest.cpp
index 18157a00..0075c113 100644
--- a/src/test/GpgFrontendTest.cpp
+++ b/src/test/GpgFrontendTest.cpp
@@ -107,8 +107,6 @@ void ConfigureGpgContext() {
std::filesystem::create_directory(db_path);
}
- SPDLOG_DEBUG("DEBUG--------<");
-
GpgContext::CreateInstance(
kGpgFrontendDefaultChannel, [&]() -> ChannelObjectPtr {
GpgContextInitArgs args;
@@ -119,8 +117,6 @@ void ConfigureGpgContext() {
return ConvertToChannelObjectPtr<>(SecureCreateUniqueObject<GpgContext>(
args, kGpgFrontendDefaultChannel));
});
-
- SPDLOG_DEBUG("DEBUG-------->");
}
auto ExecuteAllTestCase(GpgFrontendContext args) -> int {