Skip to content

Commit

Permalink
Remove code for promise handling on code not returning promise
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 2, 2018
1 parent 8ffcfb9 commit f782b4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JBrowse/View/FastaFileDialog.js
Expand Up @@ -81,7 +81,6 @@ return declare( FileDialog, {
this.refSeqOrderChoice[1].checked ? "length descending" :
undefined
})
.then( () => this.dialog.hide(), err => { console.error(err) } )
}
}
})
Expand Down

0 comments on commit f782b4a

Please sign in to comment.