Skip to content

Commit

Permalink
feat: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Oct 10, 2024
1 parent 2987925 commit b2edb23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/ui/src/state/farmer/balances/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ export const useFetchFarmerBalances = () => {
);
const balances = await promises;

console.log('balances: ', balances);

console.debug('[farmer/updater/useFetchBalances] RESULT: ', balances);

const localBalances = balances.reduce(
Expand Down

0 comments on commit b2edb23

Please sign in to comment.