mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
InsetMathBox: remove debugging code.
This commit is contained in:
parent
24cda9e94a
commit
1b09bc965d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user