fix error with logger
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user