#ifdef DEBUG_dougt annoying printf

This commit is contained in:
pavlov%netscape.com 2000-03-11 22:44:27 +00:00
parent 078082d8a9
commit 7d76d1ee07

View File

@ -394,7 +394,7 @@ nsSecureBrowserObserver::IsSecureUrl(PRBool fileSecure, nsIURI* aURL, PRBool* va
if (!aURL)
return NS_ERROR_NULL_POINTER;
#if DEBUG
#if DEBUG_dougt
char* string;
aURL->GetSpec(&string);
printf("[ensuring channel]: %s\n", string);