Skip to content

Commit

Permalink
clean up gumdrop test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Gundotra committed Jun 2, 2022
1 parent e80dd02 commit a2d90a4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contracts/tests/gumdrop-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,6 @@ describe('Airdropping compressed NFTs with Gumdrop', () => {
const gumdrop = anchor.workspace.Gumdrop as anchor.Program<Gumdrop>;
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;
Expand Down Expand Up @@ -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
});
Expand Down

0 comments on commit a2d90a4

Please sign in to comment.