Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Jan 17, 2024
1 parent b7a6e55 commit fa08b83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/hooks/useContracts/context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,7 @@ export const ContractsProvider: React.FC<IProps> = ({ children }) => {
setDepositConfirmed(true)
setTimeout(() => setDepositConfirmed(false), 5000)
return true
} catch (error : any) {
console.log(error)
console.log(error.meta)
} catch (error) {
if (axios.isAxiosError(error)) {
throw new Error(error.message)
}
Expand Down

0 comments on commit fa08b83

Please sign in to comment.