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