From 32dc9a6104361b8f582a2bd732ed39c416329832 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 8 Oct 2023 13:09:57 +0200 Subject: [PATCH] fix: rimosso un console.log --- src/components/view/Schedule.jsx | 1 - 1 file changed, 1 deletion(-) 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 => (