]> git.lyx.org Git - lyx.git/commitdiff
remove some debug stuff
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 2 Mar 2002 20:32:35 +0000 (20:32 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 2 Mar 2002 20:32:35 +0000 (20:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3643 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyxlayout.C

index 31ae9d23226ea08ce9d07a3632f2440a14b9ac2f..36e4c61b77bea2256facd5e29cee44ffcb2323f1 100644 (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
index 55e2cf0622ce334115c3fd4c9e269dc00d7a7684..bc9eda41079550b407ccd1b3c2162494b2d1108b 100644 (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 "