Skip to content

Commit ca64f4e

Browse files
Update neighbors.py (#1204)
1 parent 055de65 commit ca64f4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

uxarray/grid/neighbors.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -822,9 +822,6 @@ def __init__(
822822
self._xmax = lon_max + self._dh
823823
self._ymax = lat_max + self._dh
824824

825-
print(self._xmin, self._xmax)
826-
print(self._ymin, self._ymax)
827-
828825
# Number of x points in the hash grid; used for
829826
# array flattening
830827
Lx = self._xmax - self._xmin

0 commit comments

Comments
 (0)