Remove leftover console.log from rewind-picker fix

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
safierinx-a 2026-03-25 02:38:41 +05:30
parent afd70d8857
commit c92e93484e

View file

@ -101,8 +101,6 @@ export default function RewindPage() {
month -= 1; month -= 1;
} }
} }
console.log(`Month: ${month}`);
updateParams({ updateParams({
year: year.toString(), year: year.toString(),
month: month.toString(), month: month.toString(),