Unverified Commit cc3613e0 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 0258418a
...@@ -128,7 +128,6 @@ void basic_logfile_example() ...@@ -128,7 +128,6 @@ void basic_logfile_example()
catch (const spdlog::spdlog_ex &ex) catch (const spdlog::spdlog_ex &ex)
{ {
std::cout << "Log init failed: " << ex.what() << std::endl; std::cout << "Log init failed: " << ex.what() << std::endl;
return;
} }
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment