suppress debug messages

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3781 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-03-19 17:30:41 +00:00
parent 858355fb69
commit a575055c84

View File

@ -101,8 +101,8 @@ InsetFormulaBase::InsetFormulaBase()
// This is needed as long the math parser is not re-entrant
MathMacroTable::builtinMacros();
//lyxerr << "sizeof MathInset: " << sizeof(MathInset) << "\n";
lyxerr << "sizeof(MathMetricsInfo): " << sizeof(MathMetricsInfo) << "\n";
lyxerr << "sizeof(MathCharInset): " << sizeof(MathCharInset) << "\n";
//lyxerr << "sizeof(MathMetricsInfo): " << sizeof(MathMetricsInfo) << "\n";
//lyxerr << "sizeof(MathCharInset): " << sizeof(MathCharInset) << "\n";
}