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