Skip to content

Commit 858f8a3

Browse files
committed
remove print statement
1 parent 037903b commit 858f8a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gwcs/wcs/_wcs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def invert(
407407
input_is_quantity=input_is_quantity,
408408
transform_uses_quantity=transform_uses_quantity,
409409
)
410-
print(f"args {args}")
411410
if transform is not None:
412411
akwargs = {k: v for k, v in kwargs.items() if k not in _ITER_INV_KWARGS}
413412
result = transform(*args, with_bounding_box=with_bounding_box, fill_value=fill_value, **akwargs)

0 commit comments

Comments
 (0)