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 f18ab43 commit 3b41f6bCopy full SHA for 3b41f6b
course-matrix/frontend/src/pages/TimetableBuilder/Calendar.tsx
@@ -170,9 +170,6 @@ const Calendar = React.memo<CalendarProps>(
170
const allOfferingSectionsHaveBeenSelected =
171
newOfferingIds.length === totalNumberOfSections;
172
173
- console.log("TOTAL NUMBER OF SECTIONS", totalNumberOfSections);
174
- console.log("NEW OFFERING IDS", newOfferingIds);
175
-
176
useEffect(() => {
177
if (!isEditingTimetable) {
178
return;
0 commit comments