remove debug line

This commit is contained in:
Martin McKeaveney 2020-05-18 10:56:11 +01:00
parent 815a539863
commit e83816df1c
1 changed files with 0 additions and 1 deletions

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) {