From 90531755f8092d9623dcf2eb891a2e55fddf5798 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Fri, 24 May 2024 14:04:27 -0400 Subject: [PATCH] Remove a stray debugging print --- Format/format.h | 1 - 1 file changed, 1 deletion(-) 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();