Skip to content

Commit

Permalink
Merge pull request #295 from NIAEFEUP/chore/remove-classitem-consolelogs
Browse files Browse the repository at this point in the history
chore: remove class item consolelogs
  • Loading branch information
tomaspalma authored Sep 9, 2024
2 parents c951fc4 + 5b5a787 commit 5e34321
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ const ClassItem = ({ course_id, classInfo, displayed, checked, preview, onSelect
}
}

console.log("multiple options: ", { ...multipleOptions });
console.log("picked courses: ", [...pickedCourses]);
console.log("classes: ", classes);

for (const pickedClass of classes)
for (const slot1 of pickedClass.slots)
for (const slot2 of classInfo.slots)
Expand Down

0 comments on commit 5e34321

Please sign in to comment.