mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +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];
|
const uid = tokens[token];
|
||||||
|
|
||||||
if (uid !== undefined) {
|
if (uid !== undefined) {
|
||||||
console.log('uid is', uid);
|
|
||||||
if (parseInt(uid, 10) > 0) {
|
if (parseInt(uid, 10) > 0) {
|
||||||
done(null, {
|
done(null, {
|
||||||
uid: uid,
|
uid: uid,
|
||||||
|
|||||||
Reference in New Issue
Block a user