Skip to content

Commit 60a314f

Browse files
committed
removing console
1 parent 949c369 commit 60a314f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Comment.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class Comment extends Component {
2323
this.props.dispatchDeleteComment(id);
2424
};
2525
castVote = payload => {
26-
console.log("vote payload ", payload);
2726
this.props.dispatchCastVote(payload);
2827
};
2928

0 commit comments

Comments
 (0)