Skip to content

Commit cc1eab1

Browse files
fix: remove stray fmt.Println (#21661)
1 parent 72620a5 commit cc1eab1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

x/consensus/keeper/keeper.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ func (k Keeper) ValidatorPubKeyTypes(ctx context.Context) ([]string, error) {
178178
if err != nil {
179179
return nil, err
180180
}
181-
fmt.Println("keyhere")
182181
if params.Validator == nil {
183182
return []string{}, errors.New("validator pub key types is nil")
184183
}

0 commit comments

Comments
 (0)