Remove unused class property

pull/10616/head
Andrew Watkins 2017-08-11 13:36:52 -07:00
parent 72f574c165
commit 58f3dba17c
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@ const QueryMaker = React.createClass({
this.props.setActiveQueryIndex(newIndex)
},
handleAddRawQuery() {
const newIndex = this.props.queries.length
this.props.actions.addQuery({rawText: ''})
this.props.setActiveQueryIndex(newIndex)
},
getActiveQuery() {
const {queries, activeQueryIndex} = this.props
const activeQuery = queries[activeQueryIndex]