mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
fixed example
This commit is contained in:
@@ -28,8 +28,6 @@ int main(int, char *[])
|
||||
|
||||
try
|
||||
{
|
||||
async_example();
|
||||
return 0;
|
||||
auto console = spdlog::stdout_color_st("console");
|
||||
console->info("Welcome to spdlog!");
|
||||
|
||||
|
Reference in New Issue
Block a user