From 0ad0f5b0881b1fc74ae0e8df2f8f77958631a577 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sun, 21 Jan 2018 23:48:58 +0000 Subject: [PATCH] Removed logging --- config/routes/auth.js | 1 - 1 file changed, 1 deletion(-) 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