remove debug line

This commit is contained in:
Martin McKeaveney 2020-05-18 10:56:11 +01:00
parent d6b3f9c219
commit 33d8f6a7c7
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) {