diff --git a/vue3/src/components/inputs/StepEditor.vue b/vue3/src/components/inputs/StepEditor.vue index 265bf2a1a..fc3cee388 100644 --- a/vue3/src/components/inputs/StepEditor.vue +++ b/vue3/src/components/inputs/StepEditor.vue @@ -331,7 +331,6 @@ function parseAndInsertIngredients() { } }) Promise.allSettled(promises).then(r => { - console.log(r) r.forEach(i => { console.log(i) step.value.ingredients.push({ @@ -396,4 +395,4 @@ function deleteIngredientAtIndex(index: number) { \ No newline at end of file +