Skip to content

Commit

Permalink
fix: remove stray fmt.Println (#21661)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-rushakoff authored Sep 11, 2024
1 parent 72620a5 commit cc1eab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/consensus/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit cc1eab1

Please sign in to comment.