Remove console.log statements
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user