chore: remove logging

This commit is contained in:
Daniel Bauer
2025-01-27 10:03:19 +01:00
parent 6b008d452a
commit ba4dab5dc4

View File

@@ -55,9 +55,9 @@ export class SuggestionIndex {
this.suggestionsRefs = newSuggestionsRefs; this.suggestionsRefs = newSuggestionsRefs;
const endTime = performance.now(); const endTime = performance.now();
console.log( // console.log(
`Rebuilt dataview autocomplete index (${this.suggestionsList.length} elements, ${(endTime - startTime).toFixed(2)}ms)`, // `Rebuilt dataview autocomplete index (${this.suggestionsList.length} elements, ${(endTime - startTime).toFixed(2)}ms)`,
); // );
} }
public updateIndex(type: string, file: TFile, oldPath?: string) { public updateIndex(type: string, file: TFile, oldPath?: string) {