From e6a3c2878cd64310d28a8f4497f62fcea7474446 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Fri, 10 May 2024 15:16:48 -0500 Subject: [PATCH] Remove unnecessary console.log --- .../shared/eperson-group-list/eperson-group-list.component.ts | 1 - 1 file changed, 1 deletion(-) 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 663418d20cd..a600e479c48 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;