mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Reove debug message.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8952 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d194cfffa5
commit
aa48351c52
@ -1,3 +1,7 @@
|
|||||||
|
2004-08-16 José Matos <jamatos@lyx.org>
|
||||||
|
|
||||||
|
* text.C (readParagraph): remove debug message.
|
||||||
|
|
||||||
2004-08-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2004-08-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
|
* tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
|
||||||
|
@ -378,7 +378,6 @@ void readParagraph(Buffer const & buf, Paragraph & par, LyXLex & lex)
|
|||||||
<< "Missing \\end_layout.\n";
|
<< "Missing \\end_layout.\n";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
lyxerr << "Paragraph token unknown: `" << token << '\'' << endl;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user