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

@ -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)