We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a22dc9 commit 211d693Copy full SHA for 211d693
src/components/https-everywhere.js
@@ -416,7 +416,7 @@ HTTPSEverywhere.prototype = {
416
try {
417
loadContext = channel.loadGroup.notificationCallbacks.getInterface(CI.nsILoadContext);
418
} catch(e) {
419
- console.log(NOTE, "No loadContext for " + channel.URI.spec);
+ this.log(NOTE, "No loadContext for " + channel.URI.spec);
420
return null;
421
}
422
0 commit comments