Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJohnnyGault committed Feb 13, 2024
1 parent 36418a1 commit 7f65ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/ggavax.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ <h3 class="text-center">ggAVAX Stats</h3>
GGAVAX = new ggAVAX(DEPLOYMENT);
await GGP.fetchContracts();
await Promise.all([GGP.fetchDashboardData(), GGAVAX.fetchCurrentDelegations(), GGAVAX.fetchWavaxBalance()]);
console.log(GGP.dashboard);
}

await initData();
Expand Down

0 comments on commit 7f65ab2

Please sign in to comment.