From 4e1fbe3ee5760c865f9579da7695454c571fd228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Sat, 7 Apr 2018 12:47:41 +0200 Subject: [PATCH] Remove back function that is no longer in use --- .../fragments/comment-list/comment-list.component.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/components/fragments/comment-list/comment-list.component.ts b/src/app/components/fragments/comment-list/comment-list.component.ts index 849302cff..44350d0bb 100644 --- a/src/app/components/fragments/comment-list/comment-list.component.ts +++ b/src/app/components/fragments/comment-list/comment-list.component.ts @@ -57,7 +57,4 @@ export class CommentListComponent implements OnInit { }); } - goBack(): void { - this.location.back(); - } } -- GitLab