diff --git a/src/executor/executor.ts b/src/executor/executor.ts index 64dca93c..c3471fd1 100644 --- a/src/executor/executor.ts +++ b/src/executor/executor.ts @@ -791,7 +791,6 @@ export class Executor { ) }) } catch (err: unknown) { - console.log(err) const e = parseViemError(err) if (e instanceof InsufficientFundsError) { childLogger.error(