Explorar el Código

remove function

itizawa hace 6 años
padre
commit
22b5477a70
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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) {