remove log

This commit is contained in:
samunohito 2025-06-02 08:54:39 +09:00
parent 4243fa2e3d
commit a4c74c1d95
1 changed files with 0 additions and 1 deletions

View File

@ -274,7 +274,6 @@ export class SearchService {
for (const note of notes) { for (const note of notes) {
try { try {
await this.addDocument(note); await this.addDocument(note);
this.logger.debug(`-- Indexed note: ${note.id}`);
} catch (err) { } catch (err) {
this.logger.error(`-- Failed to index note: ${note.id}`, err as Error); this.logger.error(`-- Failed to index note: ${note.id}`, err as Error);
errorNoteIds.push(note.id); errorNoteIds.push(note.id);