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();