Skip to content
Snippets Groups Projects
Commit 07cabc3d authored by Berna Tülek's avatar Berna Tülek
Browse files

Remove a line from startAnimation()

parent 27669234
3 merge requests!171SWTP Comment Project,!170Fix linter in pipe,!169WebSocket Connector
...@@ -57,7 +57,6 @@ export class CommentComponent implements OnInit { ...@@ -57,7 +57,6 @@ export class CommentComponent implements OnInit {
} }
startAnimation(state_: any) { startAnimation(state_: any) {
console.log(state_);
if (!this.animationState) { if (!this.animationState) {
this.animationState = state_; this.animationState = state_;
} }
......
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