From aed4fedd83502944f3401b382b02bbddc862cfe2 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Fri, 16 Dec 2016 16:01:24 -0500 Subject: remove a print statement --- stwcs/tests/test_updatewcs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'stwcs/tests/test_updatewcs.py') 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: -- cgit