remove some debug stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3643 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-02 20:32:35 +00:00
parent be0b4abbc3
commit 4b348558bb
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2002-03-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
* lyxlayout.C (Read): remove some debug info that I forgot.
* buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
clean up the code slightly.
(makeLinuxDocFile): ditto

View File

@ -192,8 +192,7 @@ bool LyXLayout::Read (LyXLex & lexrc, LyXTextClass const & tclass)
LyXTextClass::const_iterator end = tclass.end();
lyxerr << "All layouts so far:" << endl;
for (; it != end; ++it) {
//lyxerr << it->name() << endl;
fprintf(stderr, "%s\n", it->name().c_str());
lyxerr << it->name() << endl;
}
//lexrc.printError("Cannot copy known "