Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed Dec 20, 2024
1 parent 8ad2269 commit 2c4f368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const years: Map<
string,
{ months: Map<string, { days: Map<string, (typeof posts)[]> }> }
> = new Map();
console.log(posts);
posts.forEach((post) => {
const yyyy = post.data.date.getUTCFullYear();
Expand Down

0 comments on commit 2c4f368

Please sign in to comment.