Removed some debugging printf.

This commit is contained in:
gagan%netscape.com 1999-07-30 14:35:13 +00:00
parent 6b45701716
commit 360d017158
2 changed files with 0 additions and 10 deletions

View File

@ -265,9 +265,6 @@ NS_IMETHODIMP
nsChromeRegistry::ConvertChromeURL(nsIURI* aChromeURL)
#ifdef NECKO
{
nsXPIDLCString spec;
aChromeURL->GetSpec(getter_Copies(spec));
nsresult rv = NS_OK;
NS_ASSERTION(aChromeURL, "null url!");
if (!aChromeURL)
@ -383,8 +380,6 @@ nsChromeRegistry::ConvertChromeURL(nsIURI* aChromeURL)
finalString += remaining;
char* finalURI = finalString.ToNewCString();
printf("FROM:%s\n",(const char*) spec);
printf("TO:%s\n\n",finalURI);
aChromeURL->SetSpec(finalURI);
/*
#ifndef NECKO

View File

@ -265,9 +265,6 @@ NS_IMETHODIMP
nsChromeRegistry::ConvertChromeURL(nsIURI* aChromeURL)
#ifdef NECKO
{
nsXPIDLCString spec;
aChromeURL->GetSpec(getter_Copies(spec));
nsresult rv = NS_OK;
NS_ASSERTION(aChromeURL, "null url!");
if (!aChromeURL)
@ -383,8 +380,6 @@ nsChromeRegistry::ConvertChromeURL(nsIURI* aChromeURL)
finalString += remaining;
char* finalURI = finalString.ToNewCString();
printf("FROM:%s\n",(const char*) spec);
printf("TO:%s\n\n",finalURI);
aChromeURL->SetSpec(finalURI);
/*
#ifndef NECKO