Sfoglia il codice sorgente

Remove remaining log statements

Lee Morgan 6 anni fa
parent
commit
5d28436cb5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 i = 0; i < merchant.recipes.length; i++){
             for(let j = 0; j < merchant.recipes[i].ingredients.length; j++){
             for(let j = 0; j < merchant.recipes[i].ingredients.length; j++){
                 if(this.ingredient.ingredient === merchant.recipes[i].ingredients[j].ingredient){
                 if(this.ingredient.ingredient === merchant.recipes[i].ingredients[j].ingredient){
-                    console.log("something");
                     banner.createError("Must remove ingredient from all recipes before removing");
                     banner.createError("Must remove ingredient from all recipes before removing");
                     return;
                     return;
                 }
                 }