diff --git a/config/routes/auth.js b/config/routes/auth.js index 03a3dff..18f156c 100755 --- a/config/routes/auth.js +++ b/config/routes/auth.js @@ -62,7 +62,6 @@ module.exports = (app, passport) => { // Create a new password token try { let [token, expires] = await user.createPassToken() - console.log(token,expires) debug(`Created password token for user ${user.id} successfully`) // Figure out expiration time string