diff --git a/server/src/domain/library/library.service.ts b/server/src/domain/library/library.service.ts index 1d836deec..8f11b0089 100644 --- a/server/src/domain/library/library.service.ts +++ b/server/src/domain/library/library.service.ts @@ -596,8 +596,6 @@ export class LibraryService extends EventEmitter { let existsInImportPath = false; for (const importPath of job.importPaths) { - console.warn(importPath); - console.warn(asset.originalPath); if (asset.originalPath.startsWith(importPath)) { existsInImportPath = true; break;