Turn off sole line output in opt builds by wrapping in DEBUG macro.
r = ssu a = shaver
This commit is contained in:
@@ -935,8 +935,10 @@ nsresult
|
||||
nsNativeComponentLoader::RegisterDeferredComponents(PRInt32 aWhen,
|
||||
PRBool *aRegistered)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, "nNCL: registering deferred (%d)\n",
|
||||
mDeferredComponents.Count());
|
||||
#endif
|
||||
*aRegistered = PR_FALSE;
|
||||
if (!mDeferredComponents.Count())
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user