From 844296cd47bda804aae537ef8ca8aca1491d092f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 1 Apr 2011 21:30:48 +0000 Subject: [PATCH] Remove debugging code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38194 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathEnsureMath.cpp | 2 -- 1 file changed, 2 deletions(-) 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]"; } -- 2.39.2