From: Thibaut Cuvelier Date: Mon, 9 Jan 2023 00:11:52 +0000 (+0100) Subject: InsetMathBox: remove debugging code. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1b09bc965d2013a75ab7dc2b5416a1ce0d883c90;p=features.git InsetMathBox: remove debugging code. --- diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 30cbd14356..1fe3f20f32 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -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 : split the string if there are tags. std::vector parts; while (true) {