Remove console outputs
This commit is contained in:
parent
cbd0a0e48c
commit
3cda899e72
2 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ class RadioPanel extends PureComponent {
|
|||
|
||||
handleChange = e => {
|
||||
const value = e.currentTarget.getAttribute('data-value');
|
||||
console.dir(value);
|
||||
|
||||
if (value !== this.props.value.get('value')) {
|
||||
this.props.onChange(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue