remove log

This commit is contained in:
mgabor
2024-04-12 18:33:38 +02:00
parent 5c08069ab0
commit cc05d20bd3

View File

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