Skip to content

Commit 10e4730

Browse files
committed
Remove dangling call to old code
1 parent d0bf59b commit 10e4730

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chrome/content/code/HTTPSRules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ const HTTPSRules = {
488488
// the new uri if there was a rewrite. Now it returns a JS object with a
489489
// newuri attribute and an applied_ruleset attribute (or null if there's
490490
// no rewrite).
491-
if (this.shouldIgnoreURI(input_uri)) { return null; }
492491
var i = 0;
493492
userpass_present = false; // Global so that sanitiseURI can tweak it.
494493
// Why does JS have no tuples, again?

0 commit comments

Comments
 (0)