Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Jones <[email protected]>
  • Loading branch information
PatStLouis and aljones15 committed Oct 30, 2024
1 parent 9f27a7d commit 4bd6a1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/80-algorithms-jcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ describe('Algorithms - Transformation (eddsa-jcs-2022)', function() {
for(const proof of eddsa2022Proofs) {
should.exist(proof?.proofValue,
'Expected proofValue to exist.');
console.log(proof?.proofValue);
isValidUtf8(proof.proofValue).should.equal(
true,
'Expected proofValue value to be a valid UTF-8 encoded string.'
Expand Down

0 comments on commit 4bd6a1f

Please sign in to comment.