1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

remove debug line

This commit is contained in:
Martin McKeaveney 2020-05-18 10:56:11 +01:00
parent d6b3f9c219
commit 33d8f6a7c7

View file

@ -30,7 +30,6 @@ module.exports = async (ctx, next) => {
}
try {
console.log("YEETY", token, ctx.config.jwtSecret);
ctx.jwtPayload = jwt.verify(token, ctx.config.jwtSecret)
ctx.isAuthenticated = true
} catch (err) {