Remove console.log statements

This commit is contained in:
Tautvidas Sipavičius
2016-06-27 17:56:05 +03:00
parent 286c02bdd9
commit 1cbf6b67b2

View File

@@ -266,7 +266,6 @@ define(
newValue = {}; newValue = {};
newValue[event.target.name] = event.target.value; newValue[event.target.name] = event.target.value;
console.log('Handling change', this, event.target.name, event.target.value);
return this.props.onValueChange({ return this.props.onValueChange({
target: { target: {
name: this.props.field.name, name: this.props.field.name,