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 932911c commit 89fac50Copy full SHA for 89fac50
course-matrix/frontend/src/pages/Home/Home.tsx
@@ -86,10 +86,6 @@ const Home = () => {
86
}))
87
.sort(sortingFunction);
88
89
- console.log("My Owning Timetables", myOwningTimetables);
90
- console.log("Shared With Me Timetables", sharedWithMeTimetables);
91
- console.log("All Timetables", allTimetables);
92
-
93
const [errorMessage, setErrorMessage] = useState<string | null>(null);
94
const [activeTab, setActiveTab] = useState("All");
95
0 commit comments