fix: remove stray fmt.Println (#21661)

This commit is contained in:
Mark Rushakoff 2024-09-11 16:06:57 -04:00 committed by GitHub
parent 72620a5776
commit cc1eab1826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")
}