From: André Pönitz Date: Fri, 27 Jul 2001 13:01:01 +0000 (+0000) Subject: remove debug message X-Git-Tag: 1.6.10~20977 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4f2bb26476915537971f62f29f3c255fc21f5d7f;p=features.git remove debug message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2368 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_parser.C b/src/mathed/math_parser.C index 918f4c81d2..35bc647dd2 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -754,7 +754,6 @@ void mathed_parse(MathArray & array, unsigned flags) case LM_TK_UNDEF: if (MathMacroTable::hasTemplate(yytext)) { - lyxerr << "@@@ Found macro!\n"; MathMacro * m = MathMacroTable::cloneTemplate(yytext); for (int i = 0; i < m->nargs(); ++i) mathed_parse(m->cell(i), FLAG_ITEM);