Remove unused class property

pull/1855/head
Andrew Watkins 2017-08-11 13:36:52 -07:00
parent 31d83ec9ab
commit 06450854c8
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]