From 503ea9fb44791b2743f9098599a8f997c5a72014 Mon Sep 17 00:00:00 2001 From: chatlanin Date: Tue, 28 Oct 2025 07:10:09 +0300 Subject: [PATCH] fix error with logger --- bin/examples/exception/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/examples/exception/main.cpp b/bin/examples/exception/main.cpp index 7503271..54797b0 100644 --- a/bin/examples/exception/main.cpp +++ b/bin/examples/exception/main.cpp @@ -21,7 +21,6 @@ auto main(int argc, char *argv[]) -> int } catch(hack::exception& e) { - hack::log().no_info(); hack::error()(e); hack::log()(e); hack::log().reset();