diff --git a/helpers.lua b/helpers.lua index 5e6f4b4..bd8903a 100644 --- a/helpers.lua +++ b/helpers.lua @@ -650,7 +650,6 @@ function edit_user() -- Check password validity local result_msg = secure_cmd_password("python /usr/lib/moulinette/yunohost/utils/password.py", args.newpassword) validation_error = true - ngx.log(ngx.STDERR, result_msg) if result_msg == 'password_advice' or result_msg == nil or result_msg == "" then validation_error = nil end