mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Remove log
This commit is contained in:
@@ -23,7 +23,6 @@ export async function GET({ url, params }) {
|
||||
|
||||
const selectedPages = dateParts?.length ? pages
|
||||
.filter((post) => {
|
||||
console.log("filtering")
|
||||
const date = new Date(post.date)
|
||||
return (
|
||||
(!dateParts[0] || date.getFullYear() == dateParts[0]) &&
|
||||
|
||||
Reference in New Issue
Block a user