Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
23langloisj committed Nov 25, 2024
1 parent f08cdf0 commit 3d8f115
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const SectionRequirement: React.FC<SidebarRequirementProps> = ({

const isCourseInPlan = (requirement: Requirement2): boolean => {
let isTrue = false;
console.log(requirement, " AsdASDASJKDas");
if (coursesTaken) {
coursesTaken.forEach((course) => {
if (
Expand Down

0 comments on commit 3d8f115

Please sign in to comment.