Remove console.log

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-04 18:18:47 +01:00
parent 22065fbd16
commit ea49ee1722
-1
View File
@@ -9,7 +9,6 @@ const Task = ({ task }) => {
useEffect(() => {
(async () => {
const e = await getEventById(task.id);
console.log(e);
setEvent(e);
}) ()
}, [])