diff --git a/view/src/nsScrollingView.cpp b/view/src/nsScrollingView.cpp index a54bf18c2e47..19f4cfd41861 100644 --- a/view/src/nsScrollingView.cpp +++ b/view/src/nsScrollingView.cpp @@ -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) {