Skip to content

Commit

Permalink
fix: remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
deodorhunter committed Oct 12, 2023
1 parent 60fa06d commit e25653e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export class ObjectBrowserWidgetComponent extends Component {
};

onChange = (item) => {
console.log(this.props.onChange);
let value =
this.props.mode === 'multiple' && this.props.value
? [...this.props.value]
Expand Down

0 comments on commit e25653e

Please sign in to comment.