Skip to content

Commit

Permalink
remove development logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
hsimah authored Jul 26, 2019
1 parent e137911 commit 1c6fb0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Metadata.prototype.updateOidcMetadata = function updateOidcMetadata(doc, next) {

request.get({ uri: jwksUri, agent: self.httpsProxyAgent, json: true }, (err, response, body) => {
if (err) {
console.log(jwksUri)
return next(err);
}
if (response.statusCode !== 200) {
Expand Down

0 comments on commit 1c6fb0e

Please sign in to comment.