Removed logging

master
Keith Irwin 2018-01-21 23:48:58 +00:00
parent 39d259354e
commit 0ad0f5b088
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 0 additions and 1 deletions

View File

@ -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