Stop overthinking things!

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-07 09:51:54 -05:00
parent 8a9bc31642
commit 2bc605006e

View file

@ -121,7 +121,6 @@ void handle_term(const fs::directory_entry& term_entry,
if(term.substr(4,2) == "05") {
quatalog_data.list_of_terms["all_terms"].append(term+"02");
quatalog_data.list_of_terms["all_terms"].append(term+"03");
quatalog_data.list_of_terms["current_term"] = term+"03";
course_handler = handle_course_summer;
} else {
course_handler = handle_course;