1
0
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:
vrde 2015-07-15 18:55:02 +02:00
parent c1137f746d
commit 3a64f1b180

View File

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