removing debug printfs
git-svn-id: svn://10.0.0.236/trunk@94723 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user