diff --git a/x/consensus/keeper/keeper.go b/x/consensus/keeper/keeper.go index f16a5dc01a70..28f94270a38e 100644 --- a/x/consensus/keeper/keeper.go +++ b/x/consensus/keeper/keeper.go @@ -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") }