Skip to content
Snippets Groups Projects
Commit 42b3188d authored by David Noah Donges's avatar David Noah Donges Committed by Hagen Dreßler
Browse files

Remove notification

parent 2ef76cac
No related merge requests found
......@@ -37,7 +37,6 @@ export class CommentListComponent implements OnInit {
getComments(roomId: string, roomName: string): void {
this.commentService.getComments(roomId)
.subscribe(comments => this.comments = comments);
this.notification.show(`All comments of room "${roomName}" loaded!`);
}
delete(comment: Comment): void {
......
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