Fixed example.cpp

This commit is contained in:
gabime 2018-06-24 01:37:34 +03:00
parent 0c19bdd772
commit 8fdd26da82

View File

@ -29,7 +29,6 @@ int main(int, char *[])
try
{
syslog_example();
auto console = spdlog::stdout_color_st("console");
console->info("Welcome to spdlog!");