diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index dbd932fa..ae025df0 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -200,7 +200,6 @@ private: } } } - if (should_flush(msg)) { flush_(); }