remove line from another PR

pull/10616/head
Jade McGough 2017-05-08 11:08:38 -07:00
parent feaaa5c4bf
commit b048cefa80
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ class KapacitorPage extends Component {
createKapacitor(source, kapacitor)
.then(({data}) => {
// need up update kapacitor with info from server to AlertOutputs
router.push(`/sources/${source.id}/kapacitors/${data.id}/edit`)
this.setState({kapacitor: data}, () =>
this.checkKapacitorConnection(data)
)