Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre 60a7af738c Merge remote-tracking branch 'origin/main' 2024-05-17 22:53:39 +02:00
Alexandre 78de6f01d3 . 2024-05-17 22:53:25 +02:00
1 changed files with 1 additions and 3 deletions

View File

@ -103,8 +103,6 @@ int main(int argc, char **argv) {
create_logger("colloscope.log", LOG_INFO); create_logger("colloscope.log", LOG_INFO);
} }
//info("%d %d %d %d", n_creneaux, n_colleurs, n_weeks, n_groups);
info("Starting"); info("Starting");
srand(time(NULL)); srand(time(NULL));
@ -116,7 +114,7 @@ int main(int argc, char **argv) {
colleur* dudes = import_colleurs_oneweek(path_colleurs, n_colleurs, n_weeks, n_creneaux); colleur* dudes = import_colleurs_oneweek(path_colleurs, n_colleurs, n_weeks, n_creneaux);
import_tds(edt, len_edt, n_creneaux, blacklist_path); import_tds(edt, len_edt, n_creneaux, blacklist_path);
debug("Entries are : "); debug("Entries are : ");
debug("Creneaux filename : %s", path_creneaux); debug("Creneaux filename : %s", path_creneaux);
debug("Number of creneaux (for one week) : %d", n_creneaux); debug("Number of creneaux (for one week) : %d", n_creneaux);