Skip to content

Commit

Permalink
Fix unnecessary console.log statement in test/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Jul 23, 2024
1 parent e546b58 commit 22746be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ describe("jws", () => {
}, {
"age": 21
}, jwk_sm2);
console.log(sJWS);
var a = sJWS.split(".");

assert.equal(a[0], 'eyJhbGciOiJTTTJTTTMiLCJjdHkiOiJKV1QifQ');
Expand Down

0 comments on commit 22746be

Please sign in to comment.