aboutsummaryrefslogtreecommitdiffstats
path: root/cookie.js
diff options
context:
space:
mode:
Diffstat (limited to 'cookie.js')
-rw-r--r--cookie.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/cookie.js b/cookie.js
index 4825180..9ff8c0a 100644
--- a/cookie.js
+++ b/cookie.js
@@ -83,8 +83,6 @@ CookieManager.prototype = {
},
properties: function () {
- liberator.log('debug', 0);
- liberator.log(this.cookie, 0);
return [k for ([k, v] in Iterator(this.cookie))];
},