commit 1b09bc965d2013a75ab7dc2b5416a1ce0d883c90
Author: Thibaut Cuvelier <[email protected]>
Date:   Mon Jan 9 01:11:52 2023 +0100

    InsetMathBox: remove debugging code.
---
 src/mathed/InsetMathBox.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp
index 30cbd14..1fe3f20 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 <m:mtext>: split the string if there are 
tags.
        std::vector<docstring> parts;
        while (true) {
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to