From a7178ccd1b0172388e0b1413294b1b6dff31881a Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 10 Jun 2024 11:52:16 +0200 Subject: [PATCH] remove console.log --- monei.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/monei.ts b/monei.ts index 150eba3..0b4db11 100644 --- a/monei.ts +++ b/monei.ts @@ -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.'); }