diff --git a/include/spdlog/details/pattern_formatter_impl.h b/include/spdlog/details/pattern_formatter_impl.h index 943c13c8..76a04f4b 100644 --- a/include/spdlog/details/pattern_formatter_impl.h +++ b/include/spdlog/details/pattern_formatter_impl.h @@ -513,7 +513,6 @@ inline void spdlog::pattern_formatter::compile_pattern(const string &pattern) { _formatters.push_back(std::move(user_chars)); } - // if( if (++it != end) { handle_flag(*it);