Skip to content

Commit

Permalink
Delete Schools Done
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephValle committed Feb 6, 2024
1 parent 8ebf13a commit f41938b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,7 @@ class ScheduleRepository extends BaseScheduleRepository {
}
final Career career =
careers.firstWhere((element) => element.excelNum == careerPriority);
if (career.excelNum == 86) {
print(career.name);
}

final List<ClassSession> correspondingClasses =
classes.where((element) => element.career.id == career.id).toList();
for (ClassSession correspondingClass in correspondingClasses) {
Expand Down

0 comments on commit f41938b

Please sign in to comment.