1 parent 037903b commit 858f8a3Copy full SHA for 858f8a3
1 file changed
gwcs/wcs/_wcs.py
@@ -407,7 +407,6 @@ def invert(
407
input_is_quantity=input_is_quantity,
408
transform_uses_quantity=transform_uses_quantity,
409
)
410
- print(f"args {args}")
411
if transform is not None:
412
akwargs = {k: v for k, v in kwargs.items() if k not in _ITER_INV_KWARGS}
413
result = transform(*args, with_bounding_box=with_bounding_box, fill_value=fill_value, **akwargs)
0 commit comments