Browse Source

Remove remaining log statements

Lee Morgan 6 năm trước cách đây
mục cha
commit
5d28436cb5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      views/dashboardPage/components/components.js

+ 0 - 1
views/dashboardPage/components/components.js

@@ -686,7 +686,6 @@ let ingredientDetailsComp = {
         for(let i = 0; i < merchant.recipes.length; i++){
             for(let j = 0; j < merchant.recipes[i].ingredients.length; j++){
                 if(this.ingredient.ingredient === merchant.recipes[i].ingredients[j].ingredient){
-                    console.log("something");
                     banner.createError("Must remove ingredient from all recipes before removing");
                     return;
                 }