[chore:] removed some unneccessary comments
This commit is contained in:
15
crafter.cs
15
crafter.cs
@@ -87,10 +87,6 @@ public class CourseCrafter
|
|||||||
semeq0: ;
|
semeq0: ;
|
||||||
}
|
}
|
||||||
|
|
||||||
// foreach (var item in initial_sportlist)
|
|
||||||
// {
|
|
||||||
// Console.WriteLine($"{item.Item1.Name}: {item.Item2.Count}x gewählt");
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -173,17 +169,6 @@ public class CourseCrafter
|
|||||||
// max Kursanzahl
|
// max Kursanzahl
|
||||||
if (GeneratedCourses.Count >= Settings.Instance.NumCoursesPerSemester * 4) return true;
|
if (GeneratedCourses.Count >= Settings.Instance.NumCoursesPerSemester * 4) return true;
|
||||||
|
|
||||||
// // max Anzahl in allen Semestern
|
|
||||||
// foreach(int sem in new[]{1,2,3,4})
|
|
||||||
// {
|
|
||||||
// int count = 0;
|
|
||||||
// foreach (var inst in GeneratedCourses)
|
|
||||||
// {
|
|
||||||
// if (inst.Semester == sem) count++;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// if (sem >= Settings.Instance.NumCoursesPerSemester);
|
|
||||||
// }
|
|
||||||
|
|
||||||
int low = 0;
|
int low = 0;
|
||||||
foreach (var item in initial_sportlist)
|
foreach (var item in initial_sportlist)
|
||||||
|
|||||||
Reference in New Issue
Block a user