fix: remove debug log

v1.18.x
Julian Lam 5 years ago
parent 5fc7e7bfd0
commit 675a62dadd

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

Loading…
Cancel
Save