From ab2f3307eb3233bfcf2d2e3d2b3d043aad9226c6 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 26 Feb 2020 12:51:16 +0200 Subject: [PATCH] Update spdlog.h --- include/spdlog/spdlog.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index ee723a62..541986dd 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -39,7 +39,6 @@ inline std::shared_ptr create(std::string logger_name, SinkArgs // Initialize and register a logger, // formatter and flush level will be set according the global settings. // -// NOTE: // Useful when creating loggers manually and initializing them according to the global settings. // // Example: