瀏覽代碼

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});