From c1351983026713b5e976882e686d1de988f97960 Mon Sep 17 00:00:00 2001 From: Arno Simon Date: Thu, 1 Aug 2024 11:45:02 +0200 Subject: [PATCH] nit --- src/integrations/fb_signer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/integrations/fb_signer.ts b/src/integrations/fb_signer.ts index 97744e9..83fd734 100644 --- a/src/integrations/fb_signer.ts +++ b/src/integrations/fb_signer.ts @@ -100,7 +100,6 @@ export class FbSigner { note, extraParameters: payloadToSign, }; - console.log(tx); const fbTx = await this.fireblocks.createTransaction(tx); return await this.waitForTxCompletion(fbTx); } catch (err: any) {