Update README.md

This commit is contained in:
Gabi Melman 2018-10-02 15:24:43 +03:00 committed by GitHub
parent 0258418a99
commit cc3613e012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ void basic_logfile_example()
catch (const spdlog::spdlog_ex &ex)
{
std::cout << "Log init failed: " << ex.what() << std::endl;
return;
}
}
```