From bd631873aebd2e176036a750e3332f5152055894 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Fri, 27 Aug 2010 15:34:07 -0700 Subject: [PATCH] Bug 590573 - Followup, remove printf accidentally left in docshell. rs,a=dholbert --HG-- extra : rebase_source : 1d9f31b391a7d5eebff6ee2bb691d4b0a3709d09 --- docshell/base/nsDocShell.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/docshell/base/nsDocShell.cpp b/docshell/base/nsDocShell.cpp index c07e18b9315..989ff3a09d6 100644 --- a/docshell/base/nsDocShell.cpp +++ b/docshell/base/nsDocShell.cpp @@ -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,