Wip less magic strings

This commit is contained in:
Simon Cambier
2022-10-01 13:59:14 +02:00
parent 124e5f5d61
commit 424ce687ae
7 changed files with 25 additions and 20 deletions

View File

@@ -137,7 +137,6 @@ async function indexPDFs() {
removeFromIndex(file.path)
}
await addToIndex(file)
console.log(file.path)
}
if (settings.showIndexingNotices) {
new Notice(`Omnisearch - Indexed ${files.length} PDFs`)