Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Feb 2, 2024
1 parent d8b8edb commit fbdc8b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/humanizers/UniswapV3Pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const UniswapV3Pool = (humanizerInfo) => {
const parsed = calls
.map((data) => {
const sigHash = data.slice(0, 10)
console.log({ sigHash })
const humanizer = mappingResult[sigHash]
return humanizer ? humanizer({ ...txn, data }, network) : null
})
Expand Down

0 comments on commit fbdc8b4

Please sign in to comment.