diff --git a/consensus/bor/bor.go b/consensus/bor/bor.go index 826a45dae2..f140146976 100644 --- a/consensus/bor/bor.go +++ b/consensus/bor/bor.go @@ -535,8 +535,6 @@ func (c *Bor) snapshot(chain consensus.ChainHeaderReader, number uint64, hash co number, hash = number-1, header.ParentHash } - log.Info("Snapshot has been found in", "headers depth", len(headers)) - // check if snapshot is nil if snap == nil { return nil, fmt.Errorf("Unknown error while retrieving snapshot at block number %v", number)