We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518ada4 commit a51c448Copy full SHA for a51c448
course-matrix/frontend/src/pages/TimetableBuilder/Calendar.tsx
@@ -140,9 +140,6 @@ function Calendar({
140
const totalNumberOfSections =
141
numberOfSectionsData?.totalNumberOfCourseSections ?? 0;
142
143
- console.log("totalNumberOfSections", totalNumberOfSections);
144
- console.log("offerings length", offeringIds.length);
145
-
146
const allOfferingSectionsHaveBeenSelected =
147
offeringIds.length === totalNumberOfSections;
148
0 commit comments