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

This commit is contained in:
Manav Darji 2022-08-25 23:13:22 +05:30 committed by GitHub
parent 95f551eccc
commit 84529a15cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -552,8 +552,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)