Преглед на файлове

Remove remaining log statements

Lee Morgan преди 6 години
родител
ревизия
5d28436cb5
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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;
                 }