Skip to content

Commit

Permalink
fix: remove wild log that was possibly for debugging (#5021)
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrip authored Feb 19, 2022
1 parent 932bb6f commit 69e9ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/models/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ module.exports = class User extends Model {
}
}
}
console.info(redirect)

// Is 2FA required?
if (!skipTFA) {
Expand Down

0 comments on commit 69e9ccc

Please sign in to comment.