diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 2fe95e42..7cee0aee 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -259,8 +259,6 @@ def scheduler(): many_old = 25 # multiplied by 10, usually, see below elif total <= 350: many_old = 17 # also... - elif total <= 450: - many_old = 10 # ... else: many_old = 0 # ... for suite in SUITES: |