removing unintended printf

This commit is contained in:
darin%meer.net 2006-06-27 23:14:50 +00:00
parent edc7e0ce24
commit e2de5b18a2

View File

@ -1404,10 +1404,8 @@ nsCacheService::Unlock()
#endif
PR_Unlock(gService->mLock);
for (PRUint32 i = 0; i < doomed.Length(); ++i) {
printf(">>>>>> releasing [%p]\n", (void*) doomed[i]);
for (PRUint32 i = 0; i < doomed.Length(); ++i)
doomed[i]->Release();
}
}
void