From: John Levon Date: Wed, 19 Mar 2003 15:01:29 +0000 (+0000) Subject: stupid accidental commit. Sorry ! X-Git-Tag: 1.6.10~17205 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ce5979004bcc0f3a5a1d9c9620c8ab99310f93e4;p=lyx.git stupid accidental commit. Sorry ! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6538 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/text.C b/src/text.C index fb2d38610d..cc988c28ad 100644 --- a/src/text.C +++ b/src/text.C @@ -82,8 +82,6 @@ int LyXText::top_y() const row && row != anchor_row_; row = row->next()) { y += row->height(); } - lyxerr << "Returning y as " << y << endl; - lyxerr << "But row->y is " << anchor_row_->y() << endl; return y + anchor_row_offset_; }