remove log

This commit is contained in:
FrancescoMolinaro
2024-01-04 17:21:03 +01:00
parent b8e353d51c
commit 566c8b34a9

View File

@@ -21,6 +21,5 @@ export class AdminNotifySearchResultComponent extends TabulatableResultListElem
public indexableObjects: AdminNotifyMessage[];
ngOnInit() {
this.indexableObjects = this.objects.page.map(object => object.indexableObject);
console.log(this.objects.page)
}
}