From a2d90a4015356b29c33efb968436b975b3cdb388 Mon Sep 17 00:00:00 2001 From: Noah Gundotra Date: Tue, 24 May 2022 11:45:19 -0400 Subject: [PATCH] clean up gumdrop test logs --- contracts/tests/gumdrop-test.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/contracts/tests/gumdrop-test.ts b/contracts/tests/gumdrop-test.ts index 40110fc4..988727ba 100644 --- a/contracts/tests/gumdrop-test.ts +++ b/contracts/tests/gumdrop-test.ts @@ -268,10 +268,6 @@ describe('Airdropping compressed NFTs with Gumdrop', () => { const gumdrop = anchor.workspace.Gumdrop as anchor.Program; const BUBBLEGUM_PROGRAM_ID = anchor.workspace.Bubblegum.programId; const GUMMYROLL_PROGRAM_ID = anchor.workspace.Gummyroll.programId; - console.log("....."); - console.log(gumdrop.programId.toString()); - console.log(BUBBLEGUM_PROGRAM_ID.toString(), GUMMYROLL_PROGRAM_ID.toString()); - console.log("....."); const maxDepth = 20; const maxBufferSize = 64; @@ -329,9 +325,6 @@ describe('Airdropping compressed NFTs with Gumdrop', () => { .add(allocAccountIx) .add(createDistributorIx); - // tx.feePayer = payer.publicKey; - // tx.recentBlockhash = (await connection.getRecentBlockhash("confirmed")).blockhash; - // console.log(tx); const txId = await gumdrop.provider.send(tx, [merkleRollKeypair, payer], { skipPreflight: true });