Skip to content

Commit

Permalink
remove double logging
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Nov 30, 2023
1 parent 5d4feaa commit 182e49d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/executor/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export async function filterOpsAndEstimateGas(
} else {
sentry.captureException(err)
logger.error({ error: JSON.stringify(err) }, "error estimating gas")
logger.error({ error: err }, "error estimating gas")
return { simulatedOps: [], gasLimit: 0n }
}
}
Expand Down

0 comments on commit 182e49d

Please sign in to comment.