Skip to content

Commit abade6f

Browse files
fix: remove stray fmt.Println
This was introduced in #21480.
1 parent 72620a5 commit abade6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)