remove unused code

This commit is contained in:
Ying Jin
2022-10-30 23:30:51 -05:00
parent 56db9d8639
commit 2d72a22810

View File

@@ -29,14 +29,6 @@ export class BitstreamFormatsComponent implements OnInit, OnDestroy {
*/ */
bitstreamFormats: Observable<RemoteData<PaginatedList<BitstreamFormat>>>; bitstreamFormats: Observable<RemoteData<PaginatedList<BitstreamFormat>>>;
/**
* 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 * The current pagination configuration for the page
* Currently simply renders all bitstream formats * Currently simply renders all bitstream formats