Skip to content

Commit

Permalink
Merge branch 'local-data' of https://github.com/StarProxima/cube into…
Browse files Browse the repository at this point in the history
… local-data
  • Loading branch information
StarProxima committed Apr 19, 2023
2 parents 1d9372d + 92de65a commit 716ddba
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ class TimetableLessonsManager {
void _setLessons(List<LessonFullNamesInDb> lessons) {
TimetableLessons timetableMap = SplayTreeMap.of(timetable.state.cast());

for (final lesson in lessons) {
timetableMap[lesson.date] = [];
}

for (int i = 0; i < lessons.length; i++) {
final lesson = lessons[i];
int emptyLessonsBefore = 0;
Expand Down

0 comments on commit 716ddba

Please sign in to comment.