mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
chore: remove console.log
This commit is contained in:
parent
e454b9e431
commit
986810b672
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user