Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed Oct 9, 2024
1 parent 2d84918 commit 4e74aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ export class Executor {
)
})
} catch (err: unknown) {
console.log(err)
const e = parseViemError(err)
if (e instanceof InsufficientFundsError) {
childLogger.error(
Expand Down

0 comments on commit 4e74aba

Please sign in to comment.