Skip to content

Commit

Permalink
Remove costly logs (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnaud authored Jun 11, 2024
1 parent 6eb026e commit 5e554ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twelve-kings-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ccip": patch
---

#internal Improve performance
1 change: 0 additions & 1 deletion core/services/ocr2/plugins/ccip/observations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)
Expand Down

0 comments on commit 5e554ed

Please sign in to comment.