diff --git a/src/app/components/shared/comment/comment.component.ts b/src/app/components/shared/comment/comment.component.ts index 7edf20f0a6be3f261cc084345877ce683861a081..e722e65c4d9fd5f8155617940d0abb9e5e7446ba 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_; }