Skip to content

Commit

Permalink
Remove debug log from crowdloan
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Oct 20, 2023
1 parent 89e7af2 commit 600e7fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/extension-base/src/koni/api/dotsama/crowdloan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function getRPCCrowdloan (parentAPI: _SubstrateApi, fundInfo: _CrowdloanFund, he
let contribute = new BN(0);

Object.values(result).forEach((item) => {
console.log(fundId, item.toBn().toString());
contribute = contribute.add(item.toBn());
});

Expand Down

0 comments on commit 600e7fc

Please sign in to comment.