Parcourir la source

Remove unused code

Sotaro KARASAWA il y a 10 ans
Parent
commit
f8785b4d63
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  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});