Skip to content

Commit a51c448

Browse files
committed
Remove debugging statements
1 parent 518ada4 commit a51c448

File tree

1 file changed

+0
-3
lines changed
  • course-matrix/frontend/src/pages/TimetableBuilder

1 file changed

+0
-3
lines changed

course-matrix/frontend/src/pages/TimetableBuilder/Calendar.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ function Calendar({
140140
const totalNumberOfSections =
141141
numberOfSectionsData?.totalNumberOfCourseSections ?? 0;
142142

143-
console.log("totalNumberOfSections", totalNumberOfSections);
144-
console.log("offerings length", offeringIds.length);
145-
146143
const allOfferingSectionsHaveBeenSelected =
147144
offeringIds.length === totalNumberOfSections;
148145

0 commit comments

Comments
 (0)