소스 검색

clean code

Yuki Takei 7 년 전
부모
커밋
7a0f344cc5
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      src/client/js/services/CommentContainer.js

+ 0 - 8
src/client/js/services/CommentContainer.js

@@ -25,14 +25,6 @@ export default class CommentContainer extends Container {
     return this.appContainer.getContainer('PageContainer');
   }
 
-  init() {
-    const { pageId } = this.getPageContainer().state;
-
-    if (!pageId) {
-      return;
-    }
-  }
-
   findAndSplice(comment) {
     const comments = this.state.comments;