From cbd2872f9fe8fac28fd1b280277a3fb497437431 Mon Sep 17 00:00:00 2001 From: Devon Campbell Date: Thu, 20 Jun 2024 22:32:11 -0400 Subject: [PATCH] Remove debug log --- .eleventy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index b40520b..8bc7cfb 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -106,7 +106,6 @@ module.exports = function(eleventyConfig) { return { ...accumulator, [key]: [...curGroup, mention] }; }, {}); - console.log(sortedMentions); return sortedMentions; });