Skip to content

Commit

Permalink
VM: fix block profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Oct 25, 2023
1 parent 1a41b16 commit 61a06f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vm/src/runBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ async function applyTransactions(this: VM, block: Block, opts: RunBlockOpts) {
if (enableProfiler) {
// eslint-disable-next-line no-console
console.timeEnd(processTxsLabel)
// eslint-disable-next-line no-console
console.timeEnd(entireBlockLabel)
}

return {
Expand Down

0 comments on commit 61a06f1

Please sign in to comment.