InsetMathBox: remove debugging code.

This commit is contained in:
Thibaut Cuvelier 2023-01-09 01:11:52 +01:00
parent 24cda9e94a
commit 1b09bc965d

View File

@ -74,8 +74,6 @@ void splitAndWrapInMText(MathMLStream & ms, MathData const & cell,
inset_contents = ostmp.str();
}
std::cout << '"' << to_ascii(inset_contents) << '"' << std::endl;
// No tags are allowed within <m:mtext>: split the string if there are tags.
std::vector<docstring> parts;
while (true) {