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; });