2
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-07 19:07:15 +08:00

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!");