mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Remove indexing logger
This commit is contained in:
parent
e7420a5015
commit
a8a88af73b
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue