зеркало из https://github.com/mozilla/gecko-dev.git
Removed a debug printf
This commit is contained in:
Родитель
820bcabd0b
Коммит
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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче