mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 590573 - Followup, remove printf accidentally left in docshell. rs,a=dholbert
--HG-- extra : rebase_source : 1d9f31b391a7d5eebff6ee2bb691d4b0a3709d09
This commit is contained in:
parent
c036315676
commit
bd631873ae
@ -8104,7 +8104,6 @@ nsDocShell::InternalLoad(nsIURI * aURI,
|
||||
nscoord cx = 0, cy = 0;
|
||||
GetCurScrollPos(ScrollOrientation_X, &cx);
|
||||
GetCurScrollPos(ScrollOrientation_Y, &cy);
|
||||
printf("Current scroll pos is %d, %d\n", cx, cy);
|
||||
|
||||
if (allowScroll) {
|
||||
NS_ENSURE_SUCCESS(ScrollIfAnchor(aURI, &wasAnchor, aLoadType,
|
||||
|
Loading…
Reference in New Issue
Block a user