Skip to content

Commit c2e214f

Browse files
committed
Remove console log
1 parent 4e9fa1a commit c2e214f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/web/events/EventGrid.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export function EventGrid() {
1919
throw new Error(`HTTP error! status: ${response.status}`);
2020
}
2121
const data: Event[] = await response.json();
22-
console.log(data); // Debugging: Log the fetched data to see its structure
2322
setEvents(data);
2423
} catch (e) {
2524
if (e instanceof Error) {

0 commit comments

Comments
 (0)