Remove indexing logger
This commit is contained in:
parent
f7a60544b2
commit
43813d12b5
|
@ -150,8 +150,6 @@ export default hasConfig ? {
|
|||
|
||||
let indexingIDs = indexingBatch.map(note => note.id);
|
||||
|
||||
logger.info("Indexing notes in MeiliSearch: " + indexingIDs.join(","));
|
||||
|
||||
return posts.addDocuments(indexingBatch, {
|
||||
primaryKey: "id"
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue