[LyX/master] InsetMathBox: remove debugging code.
Thibaut Cuvelier
tcuvelier at lyx.org
Sun Jan 8 23:13:40 UTC 2023
commit 1b09bc965d2013a75ab7dc2b5416a1ce0d883c90
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
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) {
More information about the lyx-cvs
mailing list