remove debug output

This commit is contained in:
SowinskiBraeden committed 2022-09-10 18:53:40 -07:00
1 parent eed78007f3
commit d0a1d6ebe1
1 file changed
-9
-9
View File
@@ -347,15 +347,6 @@ def generateScheduleV3(
allClassRunCounts.remove(allClassRunCounts[index]) allClassRunCounts.remove(allClassRunCounts[index])
courseRunInfo.pop(list(courseRunInfo)[index]) courseRunInfo.pop(list(courseRunInfo)[index])
# Debug to json for analysis
if blockClassLimit == 40:
with open('./output/timetable-debug1.json', 'w') as outfile:
json.dump(running, outfile, indent=2)
else:
with open('./output/timetable-debug2.json', 'w') as outfile:
json.dump(running, outfile, indent=2)
# Step 5 - Fill student schedule # Step 5 - Fill student schedule
for block in running: for block in running: