diff --git a/mozilla/modules/libjar/nsJAR.cpp b/mozilla/modules/libjar/nsJAR.cpp index 3e066c90207..a36492aacc7 100644 --- a/mozilla/modules/libjar/nsJAR.cpp +++ b/mozilla/modules/libjar/nsJAR.cpp @@ -1205,7 +1205,6 @@ nsZipReaderCache::GetZip(nsIFile* zipFile, nsIZipReader* *result) zip->ClearReleaseTime(); } else { -printf("******************** Cache Miss %s \n",(const char*)path ); zip = new nsJAR(); if (zip == nsnull) return NS_ERROR_OUT_OF_MEMORY;