mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +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){
|
||||
data = mergeOptionsWithDuplicates(data, this.props.getFormData());
|
||||
}
|
||||
console.log(data);
|
||||
return data;
|
||||
},
|
||||
|
||||
@ -167,4 +166,4 @@ let Form = React.createClass({
|
||||
});
|
||||
|
||||
|
||||
export default Form;
|
||||
export default Form;
|
||||
|
Loading…
Reference in New Issue
Block a user