Clean up debug statements

This commit is contained in:
tusooa 2023-03-10 21:39:15 -05:00
commit 2edf5fc9f6
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
3 changed files with 0 additions and 7 deletions

View file

@ -50,7 +50,6 @@ const Draft = {
this.showingConfirmDialog = true
},
doAbandon () {
console.debug('abandoning')
this.$store.dispatch('abandonDraft', { id: this.draft.id })
.then(() => {
this.hideConfirmDialog()