Browse Source

remove println

pull/8094/head
William Banfield 2 years ago
parent
commit
5ef0536f2f
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      internal/state/store.go

+ 0
- 1
internal/state/store.go 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


Loading…
Cancel
Save