Skip to content

Commit

Permalink
fix: remove stray fmt.Println
Browse files Browse the repository at this point in the history
This was introduced in #21480.
  • Loading branch information
mark-rushakoff committed Sep 11, 2024
1 parent 72620a5 commit abade6f
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 abade6f

Please sign in to comment.