Skip to content

Commit 6625bc4

Browse files
committed
Remove some <securecookie> printfs
1 parent 9448b00 commit 6625bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/code/HTTPS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const HTTPS = {
192192
this.log(WARN,"No URI inside request " +req);
193193
return;
194194
}
195-
this.log(DBUG, "Cookie hunting in " + uri.spec);
195+
//this.log(DBUG, "Cookie hunting in " + uri.spec);
196196
var alist = HTTPSEverywhere.instance.getApplicableListForChannel(req);
197197
if (!alist)
198198
this.log(INFO, "No alist for cookies for "+(req.URI) ? req.URI.spec : "???");

0 commit comments

Comments
 (0)