]> git.lyx.org Git - features.git/commitdiff
Remove debugging code.
authorRichard Heck <rgheck@comcast.net>
Fri, 1 Apr 2011 21:30:48 +0000 (21:30 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 1 Apr 2011 21:30:48 +0000 (21:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38194 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathEnsureMath.cpp

index 7221322db0fd054c3275b1a284fbb4831a41e7fb..70f3e9c188848146d00c36501908c43e190606d1 100644 (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]";
 }