removing debug printfs

This commit is contained in:
darin%netscape.com 2001-05-12 01:42:31 +00:00
parent 1e5c959951
commit 921fa67a8d

View File

@ -3529,7 +3529,6 @@ nsDocShell::DoURILoad(nsIURI * aURI, nsIURI * aReferrerURI,
if (httpChannel) {
nsCOMPtr<nsICachingChannel>
cacheChannel(do_QueryInterface(httpChannel));
printf(">>> caching channel @%x\n", cacheChannel.get());
/* Get the cache Key from SH */
nsCOMPtr<nsISupports> 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) {