remove unwanted comments

This commit is contained in:
Jaynti Kanani 2020-02-08 02:48:02 +05:30
parent 36ff50845e
commit e36fb38183
No known key found for this signature in database
GPG key ID: 4396982C976BAE5E

View file

@ -192,9 +192,6 @@ func (s *Snapshot) apply(headers []*types.Header) (*Snapshot, error) {
v := getUpdatedValidatorSet(snap.ValidatorSet.Copy(), newVals)
v.IncrementProposerPriority(1)
snap.ValidatorSet = v
// log new validator set
log.Info("New changed validator set", "number", snap.Number, "validatorSet", snap.ValidatorSet, "currentSigner", signer.Hex())
}
}
snap.Number += uint64(len(headers))