From d8aa9d3aa06a331509f356d58318fc380deb731d Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sun, 25 Apr 2021 13:25:31 -0800 Subject: [PATCH] cleanup console.logs --- frontend/src/components/Recipe/RecipeViewer/Ingredients.vue | 6 ------ 1 file changed, 6 deletions(-) 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) {