diff --git a/.changeset/twelve-kings-wonder.md b/.changeset/twelve-kings-wonder.md new file mode 100644 index 0000000000..f848d4cf40 --- /dev/null +++ b/.changeset/twelve-kings-wonder.md @@ -0,0 +1,5 @@ +--- +"ccip": patch +--- + +#internal Improve performance diff --git a/core/services/ocr2/plugins/ccip/observations.go b/core/services/ocr2/plugins/ccip/observations.go index acdbf93b84..ac794b2be3 100644 --- a/core/services/ocr2/plugins/ccip/observations.go +++ b/core/services/ocr2/plugins/ccip/observations.go @@ -121,7 +121,6 @@ func GetParsableObservations[O CommitObservation | ExecutionObservation](l logge "Parsed observations", "observers", observers, "observersLength", len(observers), - "observations", parseableObservations, "observationsLength", len(parseableObservations), "rawObservationLength", len(observations), )