summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Dencheva <nadia.dencheva@gmail.com>2016-12-16 16:01:24 -0500
committerNadia Dencheva <nadia.dencheva@gmail.com>2016-12-16 16:01:24 -0500
commitaed4fedd83502944f3401b382b02bbddc862cfe2 (patch)
tree0278bccb84bf4247dbf530380c11b882ad5675c5
parentc4ca4b31d032b0e1ccab795843c1d1933bcbb7e1 (diff)
downloadstwcs_hcf-aed4fedd83502944f3401b382b02bbddc862cfe2.tar.gz
remove a print statement
-rw-r--r--stwcs/tests/test_updatewcs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/stwcs/tests/test_updatewcs.py b/stwcs/tests/test_updatewcs.py
index ca034fa..675e78f 100644
--- a/stwcs/tests/test_updatewcs.py
+++ b/stwcs/tests/test_updatewcs.py
@@ -310,7 +310,6 @@ def test_update_d2im_distortion():
npol_file = get_filepath('qbu16424j_npl.fits')
d2imfile = get_filepath('new_wfc_d2i.fits')
newd2im = get_filepath('new_wfc_d2i.fits', current_dir)
- print('newd2im', newd2im)
try:
os.remove(acs_file)
except OSError: