1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-23 01:39:36 +01:00

remove form console.log

This commit is contained in:
Tim Daubenschütz 2015-07-28 15:49:08 +02:00
parent bd28450619
commit 4c99632616

View File

@ -63,7 +63,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;
}, },