diff options
author | dencheva <dencheva@stsci.edu> | 2009-12-22 16:34:28 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-12-22 16:34:28 -0500 |
commit | c5cafea89ac4ff504ac85b72200e56b027a23e09 (patch) | |
tree | c892d5e5c270a5001196f37eee024135dad7d959 | |
parent | 307590776e2b8f3ca052c7450c6396b304b4c89a (diff) | |
download | stwcs_hcf-c5cafea89ac4ff504ac85b72200e56b027a23e09.tar.gz |
removed a print statement
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8516 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r-- | updatewcs/apply_corrections.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updatewcs/apply_corrections.py b/updatewcs/apply_corrections.py index c6e0f04..ef07c68 100644 --- a/updatewcs/apply_corrections.py +++ b/updatewcs/apply_corrections.py @@ -57,7 +57,6 @@ def setCorrections(fname, vacorr=True, tddcorr=True, dgeocorr=True, d2imcorr=Tru if 'DET2IMCorr' in acorr: d2imcorr = applyD2ImCorr(fname, d2imcorr) if d2imcorr == False: acorr.remove('DET2IMCorr') - print acorr return acorr def foundIDCTAB(fname): |