From d5ca28bda6bff1ba3be56952ee26212468c81059 Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Sat, 12 May 2001 01:42:31 +0000 Subject: [PATCH] removing debug printfs git-svn-id: svn://10.0.0.236/trunk@94723 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsDocShell.cpp | 3 --- 1 file changed, 3 deletions(-) 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) {