mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Removes some unneeded console logging and changes logs to errors (#26235)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user