From c927517e375c3a5f9af87a7a30c799415e5e8084 Mon Sep 17 00:00:00 2001 From: Tom Vincent Date: Sun, 13 Nov 2016 16:25:14 +0000 Subject: [PATCH] Prevent logging of user and password --- lib/plugins/htpasswd/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/plugins/htpasswd/index.js b/lib/plugins/htpasswd/index.js index f978a6d0c..ecde78c50 100644 --- a/lib/plugins/htpasswd/index.js +++ b/lib/plugins/htpasswd/index.js @@ -100,8 +100,6 @@ HTPasswd.prototype.adduser = function (user, password, real_cb) { if (s_err) return cb(s_err) try { - console.log('body = utils.add_user_to_htpasswd(body, user, password)') - console.log(user, password) body = utils.add_user_to_htpasswd(body, user, password) } catch (err) { return cb(err)