Removed a debug printf

This commit is contained in:
rods%netscape.com 1998-07-27 23:30:49 +00:00
parent 820bcabd0b
commit b449e32a60

View File

@ -771,7 +771,6 @@ void nsScrollingView :: Notify(nsITimer * aTimer)
// First do the scrolling of the view
view->GetScrollOffset(&xoff, &yoff);
printf("GetScrollOffset %d %d\n", xoff, yoff);
nscoord newPos = yoff+mScrollingDelta;
if (newPos < 0) {