Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jun 14, 2024
1 parent 802922f commit b0067cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/myso-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const getWhaleMatchBalances = async (api, contracts, fromBlock) => {

const fundingPools =
contracts.filter((contract) => contract.type === "funding_pool") || [];
console.log(api.chain, fundingPools, fundingPoolFactory)

if (!(fundingPoolFactory && fundingPools.length))
return;
Expand Down

0 comments on commit b0067cc

Please sign in to comment.