Parcourir la source

Forgot to save

Lee Morgan il y a 6 ans
Parent
commit
000560b2cc
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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;
 }