Remove debugging code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38194 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-04-01 21:30:48 +00:00
parent 707d369d72
commit 844296cd47

View File

@ -72,10 +72,8 @@ void InsetMathEnsureMath::write(WriteStream & os) const
void InsetMathEnsureMath::mathmlize(MathStream & os) const
{
os << "[EM]";
SetMode mathmode(os, false);
os << cell(0);
os << "[/EM]";
}