Skip to content

Commit 88e416b

Browse files
Remove debug statement
1 parent 27b16ee commit 88e416b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

parcels/_index_search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ def _search_indices_curvilinear_2d(
348348

349349
if not ((0 <= xsi <= 1) and (0 <= eta <= 1)):
350350
_raise_field_sampling_error(y, x)
351-
print(f"Found cell at {yi}, {xi} with xsi={xsi}, eta={eta}")
352351
return (yi, eta, xi, xsi)
353352

354353

0 commit comments

Comments
 (0)