From 07cabc3d54d1a9aa1924d7c5656e38a9887f9dac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Berna=20T=C3=BClek?= <berna.tuelek@mni.thm.de>
Date: Sun, 14 Apr 2019 21:44:36 +0200
Subject: [PATCH] Remove a line from startAnimation()

---
 src/app/components/shared/comment/comment.component.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/components/shared/comment/comment.component.ts b/src/app/components/shared/comment/comment.component.ts
index 7edf20f0a..e722e65c4 100644
--- a/src/app/components/shared/comment/comment.component.ts
+++ b/src/app/components/shared/comment/comment.component.ts
@@ -57,7 +57,6 @@ export class CommentComponent implements OnInit {
   }
 
   startAnimation(state_: any) {
-    console.log(state_);
     if (!this.animationState) {
       this.animationState = state_;
     }
-- 
GitLab