Remove console.log
parent
6a5780a06b
commit
4978fd7bc1
|
@ -24,7 +24,7 @@ class OrgTaskExportOverlay extends PureComponent<Props, State> {
|
||||||
} = this.props
|
} = this.props
|
||||||
|
|
||||||
const task = await client.tasks.get(id)
|
const task = await client.tasks.get(id)
|
||||||
console.log(task)
|
|
||||||
this.setState({task})
|
this.setState({task})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue