mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
fix: remove debug log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user