소스 검색

Remove unused code

Sotaro KARASAWA 10 년 전
부모
커밋
f8785b4d63
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      resource/js/components/SearchPage/SearchForm.js

+ 0 - 6
resource/js/components/SearchPage/SearchForm.js

@@ -15,12 +15,6 @@ export default class SearchForm extends React.Component {
     this.handleChange = this.handleChange.bind(this);
   }
 
-  componentDidMount() {
-  }
-
-  componentWillUnmount() {
-  }
-
   search() {
     if (this.state.searchedKeyword != this.state.keyword) {
       this.props.onSearchFormChanged({keyword: this.state.keyword});