From: Lars Gullik Bjønnes Date: Mon, 4 Mar 2002 01:06:37 +0000 (+0000) Subject: comment out some debugging X-Git-Tag: 1.6.10~19747 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8964835ac6ce7cf0bf8a147406245b25c5adb4ba;p=features.git comment out some debugging git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3650 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index 07f9bb1f9e..07485f1dba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-04 Lars Gullik Bjønnes + + * text.C (getRowNearY): comment out debug msg + 2002-03-03 Lars Gullik Bjønnes * text2.C: first -> first_y diff --git a/src/text.C b/src/text.C index 44c7a81e4f..86e448e998 100644 --- a/src/text.C +++ b/src/text.C @@ -3838,7 +3838,7 @@ Row * LyXText::getRowNearY(int & y) const y = tmpy; // return the real y - lyxerr << "returned y = " << y << endl; + //lyxerr << "returned y = " << y << endl; return tmprow; #else