Skip to content

Commit

Permalink
remove record note
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jan 21, 2025
1 parent cfc5afd commit c225abd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@ def _evaluate_too_large_area(
invalid_rect = rect.expanded(scale)
diagonal_km = geo.get_latlngrect_diagonal_km(invalid_rect)
if diagonal_km > self._rid_version.max_diagonal_km:

self.record_note(
f"{participant_id}/{injection_id}/area_too_large_query",
f"Will attempt to search an area too large at {flights_url} - (diagonal: {diagonal_km} km)",
)

with self.check("Area too large", [participant_id]) as check:

# check uss flights query
Expand Down

0 comments on commit c225abd

Please sign in to comment.