From ae7f21f981de249a8ef67019987121f54c32add6 Mon Sep 17 00:00:00 2001 From: sascha Date: Tue, 5 Nov 2024 21:56:04 +0100 Subject: [PATCH] Remove log entry 4 context destruction 2 avoid crash on filtered test execution --- source/lib/infrastructure/source/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/infrastructure/source/Context.cpp b/source/lib/infrastructure/source/Context.cpp index 6ed784cb..981a2b99 100644 --- a/source/lib/infrastructure/source/Context.cpp +++ b/source/lib/infrastructure/source/Context.cpp @@ -22,7 +22,7 @@ namespace infrastructure ~Internal() { - LOG_DEBUG(logger) << "Context destroyed"; + // LOG_DEBUG(logger) << "Context destroyed"; } };