Skip to content

Commit

Permalink
feat: revert console log
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Feb 19, 2024
1 parent dc47e9c commit 4531a5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/unchained-client/src/evm/parser/erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ export class Parser<T extends Tx> implements SubParser<T> {
case this.supportedFunctions.approveSigHash: {
const amount = decoded.args.amount as BigInt
const value = amount.toString()
// For paranoia's sake, remove me before opening the PR
console.log({ amount })
if (amount === BigInt(0)) {
return await Promise.resolve({ data: { ...data, method: 'revoke', value } })
}
Expand Down

0 comments on commit 4531a5f

Please sign in to comment.