Bläddra i källkod

remove function

itizawa 6 år sedan
förälder
incheckning
22b5477a70
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      src/client/js/components/PageComment/Comment.jsx

+ 0 - 1
src/client/js/components/PageComment/Comment.jsx

@@ -51,7 +51,6 @@ class Comment extends React.Component {
 
   componentWillMount() {
     this.renderHtml(this.props.comment.comment);
-    this.checkPermissionToControlComment();
   }
 
   componentWillReceiveProps(nextProps) {