mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-28 10:00:21 +00:00
remove println
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user