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 949c369 commit 60a314fCopy full SHA for 60a314f
src/components/Comment.js
@@ -23,7 +23,6 @@ class Comment extends Component {
23
this.props.dispatchDeleteComment(id);
24
};
25
castVote = payload => {
26
- console.log("vote payload ", payload);
27
this.props.dispatchCastVote(payload);
28
29
0 commit comments