0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Prevent logging of user and password

This commit is contained in:
Tom Vincent 2016-11-13 16:25:14 +00:00
parent f84ca18798
commit c927517e37

View file

@ -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)