diff --git a/client/app/routes/RewindPage.tsx b/client/app/routes/RewindPage.tsx index ad92497..7963664 100644 --- a/client/app/routes/RewindPage.tsx +++ b/client/app/routes/RewindPage.tsx @@ -101,8 +101,6 @@ export default function RewindPage() { month -= 1; } } - console.log(`Month: ${month}`); - updateParams({ year: year.toString(), month: month.toString(),