remove debug message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2368 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-07-27 13:01:01 +00:00
parent 2e4ad73024
commit 4f2bb26476

View File

@ -754,7 +754,6 @@ void mathed_parse(MathArray & array, unsigned flags)
case LM_TK_UNDEF: case LM_TK_UNDEF:
if (MathMacroTable::hasTemplate(yytext)) { if (MathMacroTable::hasTemplate(yytext)) {
lyxerr << "@@@ Found macro!\n";
MathMacro * m = MathMacroTable::cloneTemplate(yytext); MathMacro * m = MathMacroTable::cloneTemplate(yytext);
for (int i = 0; i < m->nargs(); ++i) for (int i = 0; i < m->nargs(); ++i)
mathed_parse(m->cell(i), FLAG_ITEM); mathed_parse(m->cell(i), FLAG_ITEM);