Remove log
This commit is contained in:
parent
c73b7baaf5
commit
16edacaeff
1 changed files with 0 additions and 1 deletions
|
|
@ -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]) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue