Skip to content

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Oct 8, 2020
1 parent 5fc7e7b commit 675a62d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/authentication.js
Expand Up @@ -60,7 +60,6 @@ Auth.verifyToken = async function (token, done) {
const uid = tokens[token];

if (uid !== undefined) {
console.log('uid is', uid);
if (parseInt(uid, 10) > 0) {
done(null, {
uid: uid,
Expand Down

0 comments on commit 675a62d

Please sign in to comment.