From c5cafea89ac4ff504ac85b72200e56b027a23e09 Mon Sep 17 00:00:00 2001 From: dencheva Date: Tue, 22 Dec 2009 21:34:28 +0000 Subject: 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 --- updatewcs/apply_corrections.py | 1 - 1 file changed, 1 deletion(-) (limited to 'updatewcs') 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): -- cgit