Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed May 15, 2024
1 parent f7768f5 commit c6a9339
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/common/src/allo/backends/allo-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1217,9 +1217,6 @@ export class AlloV2 implements Allo {
amount: BigInt(distribution[3].toString()),
merkleProof: validMerkleProof as Address[],
});

console.log("projectsWithMerkleProof", projectsWithMerkleProof);

});

const strategy = new DonationVotingMerkleDistributionStrategy({
Expand Down

0 comments on commit c6a9339

Please sign in to comment.