Skip to content

Commit d3658f4

Browse files
committed
Remove logger
1 parent f073ae9 commit d3658f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ class JsonCachingProxy {
6464
let cookieParts = c.split(';');
6565
let newCookieParts = [];
6666

67-
console.log(cookieParts);
68-
6967
cookieParts.forEach(c => {
7068
if (c.indexOf('domain') === -1 && c.indexOf('secure') === -1) {
7169
newCookieParts.push(c);

0 commit comments

Comments
 (0)