Skip to content

Commit

Permalink
adjusted pre-req script to remove an extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
barduinor committed Sep 27, 2023
1 parent 87099ed commit 0ed0e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/collectionPreReqScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function get_jwt_assertion () {
// console.log(`claim set: ${JSON.stringify(claims)}`)

const jwt = KJUR.jws.JWS.sign(null, header, claims, private_key)
console.log('JWT Assertion: ', jwt)
// console.log('JWT Assertion: ', jwt)

return jwt
}
Expand Down

0 comments on commit 0ed0e60

Please sign in to comment.