Skip to content

Commit

Permalink
disable log of snap update
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed May 10, 2021
1 parent 5a1338f commit 3ab97c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/snapshot/snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func (t *Tree) Update(blockRoot common.Hash, parentRoot common.Hash, destructs m
defer t.lock.Unlock()

t.layers[snap.root] = snap
log.Info("Snapshot updated", "blockRoot", blockRoot)
log.Debug("Snapshot updated", "blockRoot", blockRoot)
return nil
}

Expand Down

0 comments on commit 3ab97c2

Please sign in to comment.