From 2b8560d33db86408a74483d016975591a46765ea Mon Sep 17 00:00:00 2001 From: cel Date: Mon, 1 Oct 2018 22:14:02 -1000 Subject: remove console.error --- lib/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/app.js b/lib/app.js index 2ded278..ed936ec 100644 --- a/lib/app.js +++ b/lib/app.js @@ -111,7 +111,6 @@ App.prototype.unboxContentWithKey = function (content, key, cb) { try { var contentBuf = new Buffer(content.replace(/\.box.*$/, ''), 'base64') var keyBuf = new Buffer(key, 'base64') - console.error(key, keyBuf.length) data = PrivateBox.multibox_open_body(contentBuf, keyBuf) if (!data) return cb(new Error('failed to decrypt')) data = JSON.parse(data.toString('utf8')) -- cgit v1.2.3