Remove debug log

This commit is contained in:
Devon Campbell 2024-06-20 22:32:11 -04:00
commit cbd2872f9f

View file

@ -106,7 +106,6 @@ module.exports = function(eleventyConfig) {
return { ...accumulator, [key]: [...curGroup, mention] };
}, {});
console.log(sortedMentions);
return sortedMentions;
});