From 2d72a2281080dde111501570c29bd0ba9fe54e4c Mon Sep 17 00:00:00 2001 From: Ying Jin Date: Sun, 30 Oct 2022 23:30:51 -0500 Subject: [PATCH] remove unused code --- .../bitstream-formats/bitstream-formats.component.ts | 8 -------- 1 file changed, 8 deletions(-) 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