minor cleanup

This commit is contained in:
smilerz
2021-12-02 12:16:28 -06:00
parent 2af7b64d4f
commit 2763eed5b2
6 changed files with 8 additions and 18 deletions

View File

@@ -211,7 +211,6 @@ export default {
if (e !== "cancel") {
switch (this.this_action) {
case this.Actions.DELETE:
console.log("delete")
this.deleteThis(this.this_item.id)
break
case this.Actions.CREATE:

View File

@@ -687,9 +687,7 @@ export default {
},
methods: {
// this.genericAPI inherited from ApiMixin
download(type) {
console.log("you just downloaded", type)
},
addItem() {
let api = new ApiApiFactory()
api.createShoppingListEntry(this.new_item)