From: André Pönitz Date: Fri, 3 Aug 2001 18:01:09 +0000 (+0000) Subject: remove debug message X-Git-Tag: 1.6.10~20929 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=abf2235642c0eca087d15b824b3029876f3a97f5;p=features.git remove debug message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2416 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index 9179dfc908..f5c457b8de 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -121,7 +121,7 @@ InsetFormulaBase::InsetFormulaBase() #warning This is needed as long the math parser is not re-entrant #endif MathMacroTable::builtinMacros(); - lyxerr << "sizeof MathInset: " << sizeof(MathInset) << "\n"; + //lyxerr << "sizeof MathInset: " << sizeof(MathInset) << "\n"; }