mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
remove log
This commit is contained in:
@@ -119,7 +119,6 @@ router.post('/request-password-reset', (req, res, next) => {
|
||||
return mailer.sendSimple(options);
|
||||
})
|
||||
.then(success => {
|
||||
console.log(success);
|
||||
res.json({success: true});
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user