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

src/mathed/math_parser.C

index 918f4c81d2c37044271de5c8ed4e0889a6d070ac..35bc647dd278f215eb211ff5dd15850be6241155 100644 (file)
@@ -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);