We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f073ae9 commit d3658f4Copy full SHA for d3658f4
index.js
@@ -64,8 +64,6 @@ class JsonCachingProxy {
64
let cookieParts = c.split(';');
65
let newCookieParts = [];
66
67
- console.log(cookieParts);
68
-
69
cookieParts.forEach(c => {
70
if (c.indexOf('domain') === -1 && c.indexOf('secure') === -1) {
71
newCookieParts.push(c);
0 commit comments