Skip to content

Commit

Permalink
rm redundant logginf
Browse files Browse the repository at this point in the history
  • Loading branch information
alrxy committed Aug 13, 2024
1 parent 62d1783 commit 5787cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/symStaking/keeper/symbiotic_state_change.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func (k Keeper) SymbioticUpdateValidatorsPower(ctx context.Context) (string, err
blockHash, err := k.getFinalizedBlockHash()
if err != nil {
k.apiUrls.RotateBeaconUrl()
k.Logger.Info("kek", "updated", k.apiUrls.GetBeaconApiUrl())
return "", err
}

Expand Down

0 comments on commit 5787cea

Please sign in to comment.