diff --git a/src/app/shared/eperson-group-list/eperson-group-list.component.ts b/src/app/shared/eperson-group-list/eperson-group-list.component.ts index 663418d20c..a600e479c4 100644 --- a/src/app/shared/eperson-group-list/eperson-group-list.component.ts +++ b/src/app/shared/eperson-group-list/eperson-group-list.component.ts @@ -143,7 +143,6 @@ export class EpersonGroupListComponent implements OnInit, OnDestroy { const lazyProvider$: Observable = lazyDataService(this.dataServiceMap, resourceType.value, this.parentInjector); lazyProvider$.subscribe((dataService: EPersonDataService | GroupDataService) => { this.dataService = dataService; - console.log(dataService); this.paginationOptions.id = uniqueId('egl'); this.paginationOptions.pageSize = 5;