1
0
forked from Alepha/Alepha

Remove a stray debugging print

This commit is contained in:
2024-05-24 14:04:27 -04:00
parent 2442ddac2b
commit 90531755f8

View File

@ -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();