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

@ -8,7 +8,6 @@ const Drafts = {
},
computed: {
drafts () {
console.debug('available drafts:', this.$store.getters.draftsArray)
return this.$store.getters.draftsArray
}
}