]> git.lyx.org Git - features.git/commitdiff
InsetMathBox: remove debugging code.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 9 Jan 2023 00:11:52 +0000 (01:11 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 9 Jan 2023 00:11:52 +0000 (01:11 +0100)
src/mathed/InsetMathBox.cpp

index 30cbd14356e2a7ad9ce49dbe10e8892325307dbc..1fe3f20f32b0a2fa72b8a67a80a867d98161a54f 100644 (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) {