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

Remove Console

parent 81f075db
......@@ -23,7 +23,6 @@ class Component {
this.setState({ nameList });
}, 100);
this.setStateDirty('nameList');
console.log(this.state.nameList);
}
removeName(index) {
......
......@@ -12,7 +12,6 @@ class Component {
}
addNewName() {
console.log('teste');
this.emit('new-name', this.state.value);
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