mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 06:08:46 -05:00
remove console messages
This commit is contained in:
@@ -212,7 +212,6 @@ export default {
|
|||||||
apiClient
|
apiClient
|
||||||
.createRecipe({ ...results.data, ...{ id: undefined, name: recipename } })
|
.createRecipe({ ...results.data, ...{ id: undefined, name: recipename } })
|
||||||
.then((newrecipe) => {
|
.then((newrecipe) => {
|
||||||
console.log(newrecipe.data, this.resolveDjangoUrl("view_recipe", newrecipe.data.id))
|
|
||||||
StandardToasts.makeStandardToast(StandardToasts.SUCCESS_CREATE)
|
StandardToasts.makeStandardToast(StandardToasts.SUCCESS_CREATE)
|
||||||
window.open(this.resolveDjangoUrl("view_recipe", newrecipe.data.id))
|
window.open(this.resolveDjangoUrl("view_recipe", newrecipe.data.id))
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user