Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Oct 5, 2020
1 parent 2b42b68 commit 76edf33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spectral_cube/wcs_utils.py
Expand Up @@ -513,8 +513,6 @@ def find_spatial_pixel_index(cube, xlo, xhi, ylo, yhi):

ndim = cube.ndim

print(xlo, ylo, xhi, yhi)

for val in (xlo,ylo,xhi,yhi):
if hasattr(val, 'unit') and not val.unit.is_equivalent(u.degree):
raise u.UnitsError("The X and Y slices must be specified in "
Expand Down

0 comments on commit 76edf33

Please sign in to comment.