Skip to content

Commit 949c369

Browse files
committed
removing console
1 parent ef69624 commit 949c369

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/CreateComment.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class CreateComment extends Component {
4545
this.setState({ [event.target.name]: event.target.value });
4646
};
4747
componentDidMount() {
48-
console.log(" create comment ", this.props);
4948
this.getComment(this.props.commentId);
5049
}
5150

0 commit comments

Comments
 (0)