mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Commenting out debug statements. Trivial changes.
This commit is contained in:
parent
8814477a14
commit
990110a371
@ -137,12 +137,12 @@ function addToUrlbarHistory()
|
||||
entry = entry.QueryInterface(Components.interfaces.nsIRDFLiteral);
|
||||
var url = entry.Value;
|
||||
if (url == urlToAdd) {
|
||||
dump("URL already in urlbar history\n");
|
||||
// dump("URL already in urlbar history\n");
|
||||
return;
|
||||
}
|
||||
} //entry
|
||||
} //while
|
||||
dump("Adding " + urlToAdd + "to urlbar history\n");
|
||||
//dump("Adding " + urlToAdd + "to urlbar history\n");
|
||||
localstore.Assert(rdf.GetResource("nc:urlbar-history"),
|
||||
rdf.GetResource("http://home.netscape.com/NC-rdf#child"),
|
||||
rdf.GetLiteral(urlToAdd),
|
||||
|
Loading…
x
Reference in New Issue
Block a user