mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
remove log
This commit is contained in:
@@ -21,6 +21,5 @@ export class AdminNotifySearchResultComponent extends TabulatableResultListElem
|
|||||||
public indexableObjects: AdminNotifyMessage[];
|
public indexableObjects: AdminNotifyMessage[];
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.indexableObjects = this.objects.page.map(object => object.indexableObject);
|
this.indexableObjects = this.objects.page.map(object => object.indexableObject);
|
||||||
console.log(this.objects.page)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user