Remove console.log

pull/12315/head
Deniz Kusefoglu 2019-03-01 15:47:10 -08:00
parent 6a5780a06b
commit 4978fd7bc1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class OrgTaskExportOverlay extends PureComponent<Props, State> {
} = this.props
const task = await client.tasks.get(id)
console.log(task)
this.setState({task})
}