mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
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:
parent
858355fb69
commit
a575055c84
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user