Explorar o código

Forgot to save

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