]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parser.C
remove debug message
[features.git] / 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);