forked from Cutlery/immich
remove console logs
This commit is contained in:
parent
7858cf4009
commit
ea47cb84a4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user