forked from nyancrimew/maia.crimew.gay
chore: get rid of some debug logging
This commit is contained in:
parent
1bf8394678
commit
a738b1b62f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue