We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc3ed6 commit 3800c4bCopy full SHA for 3800c4b
1 file changed
ietf/meeting/management/commands/generate_schedule.py
@@ -316,8 +316,6 @@ def optimise_schedule(self):
316
random.shuffle(items)
317
318
if self.verbosity >= 2:
319
- debug.show('run_count')
320
- debug.show('last_run_cost')
321
self.stdout.write('== Optimiser starting run {}, dynamic cost after last run {} =='
322
.format(run_count, last_run_cost))
323
self.stdout.write('Dynamic violations in last optimiser run: {}'
0 commit comments