From 7b0fdd6cd8d64b067202765ba7849e66793a08a1 Mon Sep 17 00:00:00 2001 From: calintje Date: Wed, 25 Dec 2024 14:53:37 +0100 Subject: [PATCH] Remove console.log --- src/utils/send_tx.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/send_tx.ts b/src/utils/send_tx.ts index 7250c0c..b32f2e8 100644 --- a/src/utils/send_tx.ts +++ b/src/utils/send_tx.ts @@ -70,8 +70,6 @@ export async function sendTx( instructions: TransactionInstruction[], otherKeypairs?: Keypair[] ) { - console.log(instructions) - const ixComputeBudget = await getComputeBudgetInstructions(agent, instructions, "mid"); const allInstructions = [ ixComputeBudget.computeBudgetLimitInstruction,