From: Richard Heck Date: Fri, 1 Apr 2011 21:30:48 +0000 (+0000) Subject: Remove debugging code. X-Git-Tag: 2.0.0~289 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=844296cd47bda804aae537ef8ca8aca1491d092f;p=features.git Remove debugging code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38194 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathEnsureMath.cpp b/src/mathed/InsetMathEnsureMath.cpp index 7221322db0..70f3e9c188 100644 --- a/src/mathed/InsetMathEnsureMath.cpp +++ b/src/mathed/InsetMathEnsureMath.cpp @@ -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]"; }