remove println

This commit is contained in:
William Banfield
2022-03-15 14:16:50 -04:00
parent 2b7eb993a0
commit 5ef0536f2f

View File

@@ -159,7 +159,6 @@ func (store dbStore) save(state State, key []byte) error {
}
}
// Save next validators.
fmt.Println("saving validators for height ", nextHeight+1)
err := store.saveValidatorsInfo(nextHeight+1, state.LastHeightValidatorsChanged, state.NextValidators, batch)
if err != nil {
return err