Remove unnecessary console.log

This commit is contained in:
Tim Donohue
2024-05-10 15:16:48 -05:00
parent 8b1f46cc53
commit e6a3c2878c

View File

@@ -143,7 +143,6 @@ export class EpersonGroupListComponent implements OnInit, OnDestroy {
const lazyProvider$: Observable<EPersonDataService | GroupDataService> = 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;