From 2c4f368f3a1cec435397d803c2dbc3a7360eae9f Mon Sep 17 00:00:00 2001 From: Daniel Power Date: Fri, 20 Dec 2024 03:39:24 -0330 Subject: [PATCH] Remove console log --- src/pages/blog/index.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index bb3979a..65e5069 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -10,7 +10,6 @@ const years: Map< string, { months: Map }> } > = new Map(); -console.log(posts); posts.forEach((post) => { const yyyy = post.data.date.getUTCFullYear();