Skip to content

Commit e6a3c28

Browse files
committed
Remove unnecessary console.log
1 parent 8b1f46c commit e6a3c28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/shared/eperson-group-list/eperson-group-list.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ export class EpersonGroupListComponent implements OnInit, OnDestroy {
143143
const lazyProvider$: Observable<EPersonDataService | GroupDataService> = lazyDataService(this.dataServiceMap, resourceType.value, this.parentInjector);
144144
lazyProvider$.subscribe((dataService: EPersonDataService | GroupDataService) => {
145145
this.dataService = dataService;
146-
console.log(dataService);
147146
this.paginationOptions.id = uniqueId('egl');
148147
this.paginationOptions.pageSize = 5;
149148

0 commit comments

Comments
 (0)