mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
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:
parent
2e4ad73024
commit
4f2bb26476
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user