Removing DEBUG_dp

This commit is contained in:
dp@netscape.com
1999-09-16 19:11:00 +00:00
parent 3883e06046
commit 28e23361b0

View File

@@ -243,9 +243,6 @@ nsNativeComponentLoader::Init(nsIComponentManager *aCompMgr, nsISupports *aReg)
GetRegistryDllInfo(libKey, &lastModTime, &fileSize);
rv = CreateDll(NULL, library, lastModTime, fileSize, &dll);
if (NS_FAILED(rv)) continue;
#ifdef DEBUG_dp
printf("Populating dll: %s, %d, %d\n", library, lastModTime, fileSize);
#endif
}
return NS_OK;