Explorar o código

Remove remaining log statements

Lee Morgan %!s(int64=6) %!d(string=hai) anos
pai
achega
5d28436cb5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
                 }