From f22a3988b341f79ac00f05403149b5f0eb85fb28 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 1 Apr 2011 19:28:26 +0000 Subject: [PATCH] Revert unintentional commit. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38187 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathExtern.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/MathExtern.cpp b/src/mathed/MathExtern.cpp index 896bdf6252..ce055ea336 100644 --- a/src/mathed/MathExtern.cpp +++ b/src/mathed/MathExtern.cpp @@ -948,7 +948,7 @@ void extractLims(MathData & ar) void extractStructure(MathData & ar, ExternalMath kind) { - lyxerr << "\nStructure from: " << ar << endl; + //lyxerr << "\nStructure from: " << ar << endl; if (kind != MATHML && kind != HTML) splitScripts(ar); extractDelims(ar); @@ -965,7 +965,7 @@ void extractStructure(MathData & ar, ExternalMath kind) extractLims(ar); extractStrings(ar); } - lyxerr << "\nStructure to: " << ar << endl; + //lyxerr << "\nStructure to: " << ar << endl; } -- 2.39.2