remove done todo

This commit is contained in:
Mylloon 2022-08-14 12:48:24 +02:00
parent 369e472231
commit 9a905b4389
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -83,7 +83,6 @@ async fn main() {
}) })
} }
// TODO: Make fn who chacke if timetable is bell built (time consistency)
if !check_timetable_consistency(&schedules, &timetable) { if !check_timetable_consistency(&schedules, &timetable) {
panic!("Error when building the timetable."); panic!("Error when building the timetable.");
} }