diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index b43a19ac8e4..ec2ff7dba77 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -3529,7 +3529,6 @@ nsDocShell::DoURILoad(nsIURI * aURI, nsIURI * aReferrerURI, if (httpChannel) { nsCOMPtr cacheChannel(do_QueryInterface(httpChannel)); - printf(">>> caching channel @%x\n", cacheChannel.get()); /* Get the cache Key from SH */ nsCOMPtr cacheKey; if (LSHE) { @@ -3538,8 +3537,6 @@ nsDocShell::DoURILoad(nsIURI * aURI, nsIURI * aReferrerURI, else if (OSHE) // for reload cases OSHE->GetCacheKey(getter_AddRefs(cacheKey)); - printf(">>> cache key @%x\n", cacheKey.get()); - // figure out if we need to set the post data stream on the channel... // right now, this is only done for http channels..... if (aPostData) {