remove missed NSLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18358 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2004-01-09 17:05:19 +00:00
parent a41dc805b7
commit 860d70cec9

View file

@ -930,9 +930,6 @@ static float scrollerWidth;
if (_hasVertScroller)
{
NSLog(@"VertScroller height:%f content height:%f",
[_vertScroller frame].size.height, [self frame].size.height);
DPSmoveto(ctxt, [_vertScroller frame].origin.x + scrollerWidth,
[_vertScroller frame].origin.y - 1);
DPSrlineto(ctxt, 0, [_vertScroller frame].size.height+1);