mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
Removed some debugging printf.
This commit is contained in:
parent
6b45701716
commit
360d017158
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user