cleaned up console messages
This commit is contained in:
@ -113,7 +113,6 @@ export default {
|
||||
apiClient
|
||||
.updateRecipeBook(this.book_copy.id, this.book_copy)
|
||||
.then((result) => {
|
||||
console.log(result)
|
||||
StandardToasts.makeStandardToast(StandardToasts.SUCCESS_UPDATE)
|
||||
})
|
||||
.catch((error) => {
|
||||
|
Reference in New Issue
Block a user