mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Remove console log
This commit is contained in:
parent
c1137f746d
commit
3a64f1b180
@ -62,7 +62,6 @@ let Form = React.createClass({
|
|||||||
if ('getFormData' in this.props){
|
if ('getFormData' in this.props){
|
||||||
data = mergeOptionsWithDuplicates(data, this.props.getFormData());
|
data = mergeOptionsWithDuplicates(data, this.props.getFormData());
|
||||||
}
|
}
|
||||||
console.log(data);
|
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user