diff --git a/Format/format.h b/Format/format.h index 6d43acc..df622ea 100644 --- a/Format/format.h +++ b/Format/format.h @@ -41,7 +41,6 @@ namespace Alepha::Hydrogen::Format ::detail:: format_m return rv; }; - std::cerr << "See indent at " << indent << std::endl; std::istringstream iss{ std::string{ s } }; if( indent ) iss.get();