Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit 76ff2c6

Browse files
committed
Fixed production issue
1 parent d037dba commit 76ff2c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/security/verify_token.js

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ var getCertificate = get(url).then(keyOk, no);
1313

1414
function verifyToken(token) {
1515
function ok(cert) {
16-
console.dir(process.env);
17-
console.log("======================================");
18-
console.log(url);
1916
return jwt.verify(token, cert, { algorithms: ['RS256'] });
2017
}
2118

0 commit comments

Comments
 (0)