This commit is contained in:
Maarten Heebink 2022-01-06 19:58:46 +01:00
commit 622b1f69f8
2 changed files with 3 additions and 6 deletions

View file

@ -101,9 +101,6 @@ export class TvGridComponent implements OnInit, AfterViewInit {
}); });
} }
console.log(this.anonimized);
console.log(data.collection);
return data.collection; return data.collection;
}), }),
catchError((err) => { catchError((err) => {