Skip to content

Commit

Permalink
chore: remove class item consolelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspalma committed Sep 9, 2024
1 parent c951fc4 commit 5b5a787
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 5b5a787

Please sign in to comment.