Clean up debug statements
This commit is contained in:
parent
b6f1178ea3
commit
2edf5fc9f6
3 changed files with 0 additions and 7 deletions
|
|
@ -50,7 +50,6 @@ const Draft = {
|
|||
this.showingConfirmDialog = true
|
||||
},
|
||||
doAbandon () {
|
||||
console.debug('abandoning')
|
||||
this.$store.dispatch('abandonDraft', { id: this.draft.id })
|
||||
.then(() => {
|
||||
this.hideConfirmDialog()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue