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:
José Matox 2004-08-16 00:49:11 +00:00
parent d194cfffa5
commit aa48351c52
2 changed files with 4 additions and 1 deletions

View File

@ -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>
* tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix

View File

@ -378,7 +378,6 @@ void readParagraph(Buffer const & buf, Paragraph & par, LyXLex & lex)
<< "Missing \\end_layout.\n";
break;
}
lyxerr << "Paragraph token unknown: `" << token << '\'' << endl;
}
}