Skip to content

Commit 688390f

Browse files
authored
Merge pull request DSpace#3037 from tdonohue/remove_debug_log
Remove unnecessary console.log
2 parents 8b1f46c + e6a3c28 commit 688390f

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)