mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
remove printf which was printing a char * file path passed into NSRegisterSelf. This file path is base 64
encoded alias handle on the mac and looks bogus when you print it out.
This commit is contained in:
parent
91e7c3fb5e
commit
9904b84b28
@ -469,10 +469,6 @@ NSRegisterSelf(nsISupports* aServMgr, const char* path)
|
||||
path, PR_TRUE, PR_TRUE);
|
||||
if (NS_FAILED(rv)) finalResult = rv;
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
printf("mailnews registering from %s\n",path);
|
||||
#endif
|
||||
|
||||
return finalResult;
|
||||
}
|
||||
|
||||
|
@ -293,11 +293,6 @@ extern "C" NS_EXPORT nsresult NSRegisterSelf(nsISupports* aServMgr, const char*
|
||||
"Xcomponent://netscape/messengercompose/smtp",
|
||||
path, PR_TRUE, PR_TRUE);
|
||||
if (NS_FAILED(rv)) finalResult = rv;
|
||||
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
printf("Message Compose registering from %s\n",path);
|
||||
#endif
|
||||
|
||||
return finalResult;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user