fix: remove stray fmt.Println (#21661)
This commit is contained in:
parent
72620a5776
commit
cc1eab1826
@ -178,7 +178,6 @@ func (k Keeper) ValidatorPubKeyTypes(ctx context.Context) ([]string, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
fmt.Println("keyhere")
|
||||
if params.Validator == nil {
|
||||
return []string{}, errors.New("validator pub key types is nil")
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user