chore: remove console.log

This commit is contained in:
偏右 2020-06-24 13:45:10 +08:00 committed by GitHub
parent e454b9e431
commit 986810b672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,10 +43,6 @@ class IconDisplay extends React.PureComponent<IconDisplayProps, IconDisplayState
this.handleSearchIcon = debounce(this.handleSearchIcon, 300);
}
componentDidMount() {
console.log('componentDidMount');
}
handleChangeTheme = (e: RadioChangeEvent) => {
this.setState({
theme: e.target.value as ThemeType,