diff --git a/src/app/admin/admin-registries/bitstream-formats/bitstream-formats.component.ts b/src/app/admin/admin-registries/bitstream-formats/bitstream-formats.component.ts index 70eaf6a21c..7fcc86e25d 100644 --- a/src/app/admin/admin-registries/bitstream-formats/bitstream-formats.component.ts +++ b/src/app/admin/admin-registries/bitstream-formats/bitstream-formats.component.ts @@ -29,14 +29,6 @@ export class BitstreamFormatsComponent implements OnInit, OnDestroy { */ bitstreamFormats: Observable>>; - /** - * The current pagination configuration for the page used by the FindAll method - * Currently simply renders all bitstream formats - */ - // config: FindListOptions = Object.assign(new FindListOptions(), { - // elementsPerPage: 20 - // }); - /** * The current pagination configuration for the page * Currently simply renders all bitstream formats