We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef69624 commit 949c369Copy full SHA for 949c369
src/components/CreateComment.js
@@ -45,7 +45,6 @@ class CreateComment extends Component {
45
this.setState({ [event.target.name]: event.target.value });
46
};
47
componentDidMount() {
48
- console.log(" create comment ", this.props);
49
this.getComment(this.props.commentId);
50
}
51
0 commit comments