mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 02:26:08 +08:00
Remove forgotten console.log
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user