Skip to content

Commit

Permalink
❌ remove unnecessary console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanshoesmith committed Dec 15, 2024
1 parent 3126aaf commit 4cedef2
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 144 deletions.
4 changes: 0 additions & 4 deletions frontend/src/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ function Calendar() {
credentials: "include",
});

console.log(res);

if (res.ok) {
const data = await res.json();
return data;
Expand Down Expand Up @@ -108,8 +106,6 @@ function Calendar() {
buildEventsDict(eventsInMonth);
}, [eventsInMonth]);

console.log(eventsInMonth);
console.log(eventsByDate);
return (
<div className={classes.container}>
<div className={classes.calendar}>
Expand Down
Loading

0 comments on commit 4cedef2

Please sign in to comment.