Bug 590573 - Followup, remove printf accidentally left in docshell. rs,a=dholbert

--HG--
extra : rebase_source : 1d9f31b391a7d5eebff6ee2bb691d4b0a3709d09
This commit is contained in:
Justin Lebar 2010-08-27 15:34:07 -07:00
parent c036315676
commit bd631873ae

View File

@ -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,