remove console logs

This commit is contained in:
Andras Bacsai
2022-07-25 13:03:37 +00:00
parent e77c18eb72
commit 580545bb57
3 changed files with 0 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ export async function configureGitLabApp(request: FastifyRequest<ConfigureGitLab
}
return reply.redirect(`/webhooks/success?token=${data.access_token}`)
} catch ({ status, message, ...other }) {
console.log(other)
return errorHandler({ status, message })
}
}