Remove forgotten console.log

This commit is contained in:
Chi Vinh Le
2018-05-01 16:49:44 +02:00
parent b2988e540e
commit d07b77b8f7
@@ -96,8 +96,6 @@ class UserDetail extends React.Component {
bulkReject,
} = this.props;
console.log(rejectedComments, totalComments);
// if totalComments is 0, you're dividing by zero
let rejectedPercent = rejectedComments / totalComments * 100;