Skip to content

Commit

Permalink
Merge pull request #2 from jpangelle/remove-console-log
Browse files Browse the repository at this point in the history
remove console log
  • Loading branch information
hamidra authored Dec 2, 2022
2 parents afc0325 + 6fc1449 commit 40ff4cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export class JW3TVerifier {

let content = JW3TContent.fromBase64Url(`${b64_header}.${b64_payload}`);
let jsonStrContent = content.stringify();
console.log(jsonStrContent);
let sigIsValid = await this._sigVerifier.verify(
algorithm,
jsonStrContent,
Expand Down

0 comments on commit 40ff4cd

Please sign in to comment.