From 4bd6a1f4975c824343b52d04fa9254b9d00f0671 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Wed, 30 Oct 2024 02:23:18 -0400 Subject: [PATCH] Remove console log Co-authored-by: Andrew Jones --- tests/80-algorithms-jcs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/80-algorithms-jcs.js b/tests/80-algorithms-jcs.js index bd823f6..10d3d01 100644 --- a/tests/80-algorithms-jcs.js +++ b/tests/80-algorithms-jcs.js @@ -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.'