Remove console.log

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-01-19 10:06:47 +01:00
parent e0cf6aacd4
commit a4acd23b77
-1
View File
@@ -9,7 +9,6 @@ export function EventProvider({ children }) {
const updateEvent = async () => {
const data = await getAllEvents();
console.log(data.data);
setEvents(data.data);
}