Skip to content

Commit 3800c4b

Browse files
committed
Removed debug statements.
- Legacy-Id: 18137
1 parent 5dc3ed6 commit 3800c4b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/meeting/management/commands/generate_schedule.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ def optimise_schedule(self):
316316
random.shuffle(items)
317317

318318
if self.verbosity >= 2:
319-
debug.show('run_count')
320-
debug.show('last_run_cost')
321319
self.stdout.write('== Optimiser starting run {}, dynamic cost after last run {} =='
322320
.format(run_count, last_run_cost))
323321
self.stdout.write('Dynamic violations in last optimiser run: {}'

0 commit comments

Comments
 (0)