Remove console outputs

This commit is contained in:
KMY 2023-08-21 14:14:51 +09:00
parent cbd0a0e48c
commit 3cda899e72
2 changed files with 0 additions and 2 deletions

View file

@ -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);