Skip to content

Commit

Permalink
remove consolo log
Browse files Browse the repository at this point in the history
  • Loading branch information
Longfei-Zhao committed Sep 14, 2022
1 parent 95c224b commit 0b70c0d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const DarknodeStatsPage = () => {
if (item.breakdown.length !== 0) {
item.breakdown.forEach((i: ZapperAsset) => {
i.breakdown.forEach((balance: ZapperAsset) => {
console.log(balance);
const token =
balance.context as ZapperToken;
const amountInUsd = new BigNumber(
Expand Down

0 comments on commit 0b70c0d

Please sign in to comment.