rm: snapshot found log in bor consensus (#504)

This commit is contained in:
Manav Darji 2022-08-25 23:13:22 +05:30
parent 43e5d3aa09
commit c724671172

View file

@ -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)