]> git.lyx.org Git - features.git/commitdiff
remove debug message
authorAndré Pönitz <poenitz@gmx.net>
Fri, 3 Aug 2001 18:01:09 +0000 (18:01 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 3 Aug 2001 18:01:09 +0000 (18:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2416 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulabase.C

index 9179dfc9083d56713996a87e2f8f01f9a73f7d75..f5c457b8de5fdbf2d5c9b321f593162c5599e2f2 100644 (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";
 }