Skip to content
Snippets Groups Projects
Commit 4d786444 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove useless notification function

parent 50ecd440
No related merge requests found
......@@ -85,10 +85,6 @@ export class ContentListComponent implements OnInit {
this.isLoading = false;
}
notAvailable() {
this.notificationService.show('This feature has not been implemented yet!');
}
findIndexOfSubject(subject: string): number {
let index = -1;
for (let i = 0; i < this.contents.length; i++) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment