diff --git a/routes/api/user/index.js b/routes/api/user/index.js index 8cbebfd1f..67bc9197d 100644 --- a/routes/api/user/index.js +++ b/routes/api/user/index.js @@ -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 => {