Commit 55c02ef1 authored by Luiz Moura's avatar Luiz Moura

Remove Console

parent 81f075db
...@@ -23,7 +23,6 @@ class Component { ...@@ -23,7 +23,6 @@ class Component {
this.setState({ nameList }); this.setState({ nameList });
}, 100); }, 100);
this.setStateDirty('nameList'); this.setStateDirty('nameList');
console.log(this.state.nameList);
} }
removeName(index) { removeName(index) {
......
...@@ -12,7 +12,6 @@ class Component { ...@@ -12,7 +12,6 @@ class Component {
} }
addNewName() { addNewName() {
console.log('teste');
this.emit('new-name', this.state.value); this.emit('new-name', this.state.value);
this.setState('value', null); this.setState('value', null);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment