mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
Removed a debug printf
This commit is contained in:
parent
820bcabd0b
commit
b449e32a60
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user