Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
chore: remove debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
ojongerius committed May 15, 2018
1 parent 65924c2 commit b2497ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/index.js
Expand Up @@ -18,7 +18,6 @@ export const getTokenFromContext = ctx =>

export function verifyWebToken(ctx) {
log('Verifying token');
console.log('Using cert: ' + JWT_CERT);
const token = getTokenFromContext(ctx);
if (!token) {
throw new AuthorizationError({
Expand Down

0 comments on commit b2497ce

Please sign in to comment.