aboutsummaryrefslogtreecommitdiff
path: root/aprio.py
diff options
context:
space:
mode:
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)