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:
parent
f84ca18798
commit
c927517e37
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue