Skip to content

Commit

Permalink
remove log info for parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny2022da committed Oct 23, 2024
1 parent 3973f55 commit 9a3296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pevm_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func (p *PEVMProcessor) Process(block *types.Block, statedb *state.StateDB, cfg
}
pevmBuildLevelsTimer.Update(buildLevelsDuration)
pevmRunTimer.Update(parallelRunDuration)
log.Info("ProcessParallel tx all done", "block", header.Number, "usedGas", *usedGas,
log.Debug("ProcessParallel tx all done", "block", header.Number, "usedGas", *usedGas,
"parallelNum", ParallelNum(),
"buildLevelsDuration", buildLevelsDuration,
"parallelRunDuration", parallelRunDuration,
Expand Down

0 comments on commit 9a3296a

Please sign in to comment.