minor cleanup

This commit is contained in:
smilerz
2022-02-15 06:42:57 -06:00
parent 444e0c1918
commit 4e8bbefc17
12 changed files with 32 additions and 43 deletions

View File

@@ -892,7 +892,6 @@ export default {
// TODO: figure out how to find nested items and load keyword/food children for that branch
// probably a backend change in facets to pre-load children of nested items
for (let x of this.search.search_foods.map((x) => x.items).flat()) {
this.facets.Foods.push({ id: x, name: "loading..." })
}

View File

@@ -110,7 +110,6 @@ export default {
},
saveData: function () {
let apiClient = new ApiApiFactory()
console.log(this.book_copy)
apiClient
.updateRecipeBook(this.book_copy.id, this.book_copy)