From: André Pönitz Date: Thu, 28 Aug 2003 07:26:43 +0000 (+0000) Subject: suppress debug message X-Git-Tag: 1.6.10~16214 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ab039d998b39ee5d0b2f75f100268eabb05176e5;p=features.git suppress debug message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7622 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/rowpainter.C b/src/rowpainter.C index be7f7e3130..1e4e9e26c7 100644 --- a/src/rowpainter.C +++ b/src/rowpainter.C @@ -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(text).updateRowPositions(); int const yy = yf - y; int const y2 = bv.painter().paperHeight();