diff --git a/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue b/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue index 7dc46343b..c3bec8215 100644 --- a/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue +++ b/frontend/src/components/Recipe/RecipeViewer/Ingredients.vue @@ -43,12 +43,6 @@ export default { }, mounted() { this.checked = this.ingredients.map(() => false); - console.log(this.checked); - }, - watch: { - ingredients(val) { - console.log(val); - }, }, methods: { generateKey(item, index) {