From 4f2bb26476915537971f62f29f3c255fc21f5d7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 27 Jul 2001 13:01:01 +0000 Subject: [PATCH] remove debug message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2368 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_parser.C | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2