Remove logging.

This commit is contained in:
orangemug
2018-04-10 12:47:00 +01:00
parent 0bd62985b9
commit 6138257a89
2 changed files with 0 additions and 4 deletions

View File

@@ -125,7 +125,6 @@ class AddModal extends React.Component {
value={this.state.id}
wdKey="add-layer.layer-id"
onChange={v => {
console.log("@@ upper_id_change", JSON.stringify(v))
this.setState({ id: v })
}}
/>