mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 19:38:54 +03:00
remove log
This commit is contained in:
@@ -279,8 +279,6 @@ export class AlbumService {
|
||||
throw new BadRequestException('Album not shared with user');
|
||||
}
|
||||
|
||||
console.log(userId, id, dto.readonly);
|
||||
|
||||
await this.albumPermissionRepository.update(userId, id, { readonly: dto.readonly });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user