Skip to content

Commit

Permalink
Cleanup warn log in registry check pipeline (#10412)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiloop2 authored Aug 31, 2023
1 parent 4e45352 commit f2f6c09
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ func (r *EvmRegistry) verifyCheckBlock(ctx context.Context, checkBlock, upkeepId
r.lggr.Warnf("latest block is %d, check block number %s is too old for upkeepId %s", r.bs.latestBlock.Load(), checkBlock, upkeepId)
return encoding.CheckBlockTooOld, false
}
r.lggr.Warnf("latestBlock=%d checkBlock=%d", r.bs.latestBlock.Load().Number, checkBlock.Int64())

var h string
var ok bool
Expand Down

0 comments on commit f2f6c09

Please sign in to comment.