aboutsummaryrefslogtreecommitdiff
path: root/aprio.py
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2014-04-12 15:15:18 -0400
committerJoe Hunkeler <jhunk@stsci.edu>2014-04-12 15:15:18 -0400
commitecb7f1b62217a4844a57874dcf0354788d8e34e4 (patch)
tree8b236c49af2ecb378d0125125fbcf88390744872 /aprio.py
parentb2503de3926990763adcd013bac7c547299340f5 (diff)
downloadaprio-ecb7f1b62217a4844a57874dcf0354788d8e34e4.tar.gz
Drop useless verbose output
Diffstat (limited to 'aprio.py')
-rwxr-xr-xaprio.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/aprio.py b/aprio.py
index 84fd70b..2d30a52 100755
--- a/aprio.py
+++ b/aprio.py
@@ -273,13 +273,11 @@ def main(args):
nice = convert_nice(bad,
model='kernel',
time_scale=CONFIG['TIME_SCALE'])
- logger.info(('pass1',nice))
if not nice:
nice = convert_nice(bad,
model='relative',
time_scale=time_scale_convert(CONFIG['TIME_SCALE']))
- logger.info(('pass2',nice))
if nice != 0:
renice(bad, nice)