Skip to content

Commit

Permalink
fix(useUpdateItem): removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdt committed Mar 22, 2021
1 parent c8efd34 commit c24c47e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/state/order/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,6 @@ export const useUpdateItem = (): ((
secondaryAddress,
account
)
console.log('SPENDER CHECK -> ', spender)
console.log(tokenAllowance.toString(), primaryBal.toString())
dispatch(
updateItem({
item,
Expand Down

0 comments on commit c24c47e

Please sign in to comment.