chore: get rid of some debug logging

pull/1/head
maia arson crimew 2023-06-08 18:06:44 +02:00
parent 1bf8394678
commit a738b1b62f
1 changed files with 0 additions and 1 deletions

View File

@ -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