1
0
forked from Cutlery/immich

remove console logs

This commit is contained in:
Jonathan Jogenfors 2024-03-20 08:43:48 +01:00
parent 7858cf4009
commit ea47cb84a4

View File

@ -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;