Skip to content

Commit

Permalink
Merge pull request #677 from Aar-if/seven
Browse files Browse the repository at this point in the history
Issue #PS-3840 bug: Curriculum planner shows an infinite loader in Teacher app QA
  • Loading branch information
itsvick authored Feb 6, 2025
2 parents 69af4c5 + cd8cbf2 commit 741567e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/curriculum-planner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ const CoursePlanner = () => {
setMediumNew(mediumField?.value);
setGradeNew(gradeField?.value);

console.log(boardField?.value, mediumField.value, gradeField.value);

const stringFields = [
// { label: CoursePlannerConstants.STATES, setter: setState },
{ label: CoursePlannerConstants.BOARD, setter: setBoard },
Expand Down

0 comments on commit 741567e

Please sign in to comment.