mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
Remove unnecessary console.log
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user