From 5fd25d3296c4bae4a5e829cd98642ee593acf7f0 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Thu, 16 Sep 1999 19:11:00 +0000 Subject: [PATCH] Removing DEBUG_dp git-svn-id: svn://10.0.0.236/trunk@47802 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/components/nsNativeComponentLoader.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/xpcom/components/nsNativeComponentLoader.cpp b/mozilla/xpcom/components/nsNativeComponentLoader.cpp index cc6e13b8c54..595505f3f43 100644 --- a/mozilla/xpcom/components/nsNativeComponentLoader.cpp +++ b/mozilla/xpcom/components/nsNativeComponentLoader.cpp @@ -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;