comment out some debugging

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3650 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-04 01:06:37 +00:00
parent 5bf11fc429
commit 8964835ac6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
* text.C (getRowNearY): comment out debug msg
2002-03-03 Lars Gullik Bjønnes <larsbj@birdstep.com> 2002-03-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
* text2.C: first -> first_y * text2.C: first -> first_y

View File

@ -3838,7 +3838,7 @@ Row * LyXText::getRowNearY(int & y) const
y = tmpy; // return the real y y = tmpy; // return the real y
lyxerr << "returned y = " << y << endl; //lyxerr << "returned y = " << y << endl;
return tmprow; return tmprow;
#else #else