remove left over debugging output

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15363 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-12-06 13:47:16 +00:00
parent dde10e4519
commit f41715436a

View File

@ -467,7 +467,7 @@ BScrollBar::MouseDown(BPoint where)
Invalidate(fPrivateData->fThumbFrame);
return;
}
printf("check\n");
// hit test for arrows or empty area
float scrollValue = 0.0;
fPrivateData->fButtonDown = _ButtonFor(where);