Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Jun 29, 2023
1 parent b4c62e4 commit cb8e4d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/composables/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export default function useContracts() {
}

async function refreshBreakdown() {
console.log('got to refreshBreakdown')
setBreakdownValue({ name: 'currentStaked', ...await getCurrentStaked() })
// setBreakdownValue({ name: 'totalDeposited', ...await getTotalDeposited() })
// setBreakdownValue({ name: 'stakingRewards', ...await getStakingRewards() })
Expand Down

0 comments on commit cb8e4d4

Please sign in to comment.