From 8fdd26da8247133796967b650ff81b163f74e7b1 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 24 Jun 2018 01:37:34 +0300 Subject: [PATCH] Fixed example.cpp --- example/example.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/example/example.cpp b/example/example.cpp index 58618b6f..e491518a 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -29,7 +29,6 @@ int main(int, char *[]) try { - syslog_example(); auto console = spdlog::stdout_color_st("console"); console->info("Welcome to spdlog!");