Skip to content

Commit

Permalink
Remove the hard-coded Trace setting in executable (Question!)
Browse files Browse the repository at this point in the history
If they are still needed, shouldn't they be moved to a differnt place?
  • Loading branch information
Hsin-Fang Chiang committed Aug 4, 2016
1 parent 3c83e19 commit 8fede7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin.src/makeCoaddTempExp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@
# the GNU General Public License along with this program. If not,
# see <http://www.lsstcorp.org/LegalNotices/>.
#
import lsst.pex.logging as pexLog
from lsst.pipe.tasks.makeCoaddTempExp import MakeCoaddTempExpTask

pexLog.Trace.setVerbosity('lsst.coadd', 3)
pexLog.Trace.setVerbosity('lsst.ip.diffim', 1)
MakeCoaddTempExpTask.parseAndRun()

0 comments on commit 8fede7d

Please sign in to comment.