From a738b1b62fa619118885b445c026be98790db5b8 Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Thu, 8 Jun 2023 18:06:44 +0200 Subject: [PATCH] chore: get rid of some debug logging --- .eleventy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index d659e88..9c5f508 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -62,7 +62,6 @@ module.exports = function (eleventyConfig) { serializer: (doc) => [doc.title, doc.description], weights: [10, 10], })(post, posts).map(result => { - console.log(result.document); return { relative: result.relative + tagScore(post, result.document), document: result.document