mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
be0b4abbc3
commit
4b348558bb
@ -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
|
||||
|
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user