Chore: Removes some unneeded console logging and changes logs to errors (#26235)

This commit is contained in:
kay delaney
2020-07-10 15:07:04 +01:00
committed by GitHub
parent 718d6fb25d
commit 1391575853
51 changed files with 45 additions and 77 deletions

View File

@@ -38,10 +38,6 @@ export default class UiFindInput extends React.PureComponent<Props> {
this.props.onChange('');
};
componentWillUnmount(): void {
console.log('unomuet');
}
render() {
const { allowClear, inputProps, value } = this.props;