We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9c113 commit 3e64e7dCopy full SHA for 3e64e7d
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