suppress debug message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7622 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-08-28 07:26:43 +00:00
parent 7bfa084387
commit ab039d998b

View 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();