Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Sep 19, 2023
1 parent 26acc4e commit ac8f5ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions state/domain_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,6 @@ func (sd *SharedDomains) SetBlockNum(blockNum uint64) {
}

func (sd *SharedDomains) Commit(saveStateAfter, trace bool) (rootHash []byte, err error) {
t := time.Now()
defer func() { log.Info("[dbg] [agg] commitment", "took", time.Since(t)) }()

// if commitment mode is Disabled, there will be nothing to compute on.
mxCommitmentRunning.Inc()
defer mxCommitmentRunning.Dec()
Expand Down

0 comments on commit ac8f5ee

Please sign in to comment.