Removed debug statements.
- Legacy-Id: 18137
This commit is contained in:
parent
5dc3ed642d
commit
3800c4b5e4
|
@ -316,8 +316,6 @@ class Schedule(object):
|
|||
random.shuffle(items)
|
||||
|
||||
if self.verbosity >= 2:
|
||||
debug.show('run_count')
|
||||
debug.show('last_run_cost')
|
||||
self.stdout.write('== Optimiser starting run {}, dynamic cost after last run {} =='
|
||||
.format(run_count, last_run_cost))
|
||||
self.stdout.write('Dynamic violations in last optimiser run: {}'
|
||||
|
|
Loading…
Reference in a new issue