remove debug message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2416 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-08-03 18:01:09 +00:00
parent 2369041276
commit abf2235642

View File

@ -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";
}