Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Jun 10, 2024
1 parent ddc9f8b commit a7178cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions monei.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export class Monei {
.update(`${parts.t}.${body}`)
.digest('hex');

console.log(hmac, parts.v1);

if (hmac !== parts.v1) {
throw new Error('Signature verification failed.');
}
Expand Down

0 comments on commit a7178cc

Please sign in to comment.