Explorar el Código

Forgot to save

Lee Morgan hace 6 años
padre
commit
000560b2cc
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      views/dashboardPage/controller.js

+ 0 - 2
views/dashboardPage/controller.js

@@ -75,7 +75,6 @@ Input:
  sidebar: the outermost element of the sidebar (must contain class sidebar)
 */
 let openSidebar = (sidebar)=>{
-    console.log(sidebar);
     document.querySelector("#sidebarDiv").classList = "sidebar";
 
     let sideBars = document.querySelector("#sidebarDiv").children;
@@ -274,7 +273,6 @@ let categorizeIngredients = ()=>{
         }
     }
 
-    console.log(ingredientsByCategory);
     return ingredientsByCategory;
 }