mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
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:
parent
afd70d8857
commit
c92e93484e
1 changed files with 0 additions and 2 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue