]> git.lyx.org Git - features.git/commitdiff
suppress debug message
authorAndré Pönitz <poenitz@gmx.net>
Thu, 28 Aug 2003 07:26:43 +0000 (07:26 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 28 Aug 2003 07:26:43 +0000 (07:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7622 a592a061-630c-0410-9148-cb99ea01b6c8

src/rowpainter.C

index be7f7e3130b2cf63b54710f7a3c4d33aceafe30d..1e4e9e26c7c11665b9be901baac361db84999a7a 100644 (file)
@@ -1046,7 +1046,7 @@ int paintRows(BufferView const & bv, LyXText const & text,
        ParagraphList::iterator pit, RowList::iterator rit,
        int xo, int y, int yf, int yo)
 {
-       lyxerr << "  paintRows: rit: " << &*rit << endl;
+       //lyxerr << "  paintRows: rit: " << &*rit << endl;
        //const_cast<LyXText&>(text).updateRowPositions();
        int const yy = yf - y;
        int const y2 = bv.painter().paperHeight();