Skip to content

Commit

Permalink
Merge pull request #289 from vplan-fr/main
Browse files Browse the repository at this point in the history
remove console.logs
  • Loading branch information
Belissimo-T authored Mar 13, 2024
2 parents 0bad636 + 62eedb0 commit 851c751
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@
let relevant_teachers = [];
let old_teachers = [];
// two weeks ago
console.log(date);
const cutoff = new Date((new Date(date) - 12096e5)).toISOString().split("T")[0];
for(let teacher of Object.values(teacher_dict)) {
Expand All @@ -244,7 +243,6 @@
old_teachers.push({"id": teacher.plan_short, "display_name": display_name});
}
}
console.log(relevant_teachers, old_teachers);
teacher_select_data = [[
"Aktiv",
relevant_teachers
Expand Down

0 comments on commit 851c751

Please sign in to comment.