Skip to content

Commit

Permalink
Merge pull request DSpace#3037 from tdonohue/remove_debug_log
Browse files Browse the repository at this point in the history
Remove unnecessary console.log
  • Loading branch information
tdonohue authored May 10, 2024
2 parents 8b1f46c + e6a3c28 commit 688390f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 688390f

Please sign in to comment.