diff --git a/src/components/view/Schedule.jsx b/src/components/view/Schedule.jsx index 32ab004..c820bd0 100644 --- a/src/components/view/Schedule.jsx +++ b/src/components/view/Schedule.jsx @@ -57,7 +57,6 @@ const NoCourseWarning = () => { } const Layout = ({ layout, day, colors }) => { - console.log(layout) return ( <> {layout.map(block => (