remove log
This commit is contained in:
parent
4243fa2e3d
commit
a4c74c1d95
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue