Skip to content

Commit

Permalink
No need to log everytime we poll
Browse files Browse the repository at this point in the history
  • Loading branch information
asoliman92 committed Jun 27, 2024
1 parent 20a085f commit 37ba32a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ func (r *homeChainPoller) fetchAndSetConfigs(ctx context.Context) error {
ctx, "CCIPCapabilityConfiguration", "getAllChainConfigs", nil, &chainConfigInfos,
)
if err != nil {
r.lggr.Errorw("fetching on-chain configs failed", "err", err)
return err
}
if len(chainConfigInfos) == 0 {
Expand Down

0 comments on commit 37ba32a

Please sign in to comment.