Explorar el Código

delete console.log

zahmis hace 5 años
padre
commit
0522507e1c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

+ 0 - 2
src/client/js/components/Navbar/GrowiSubNavigation.jsx

@@ -147,8 +147,6 @@ const GrowiSubNavigation = (props) => {
   const isUserPage = pageUser != null;
   const isPageInTrash = isTrashPage(path);
 
-  console.log(isPageForbidden);
-
   function onThreeStrandedButtonClicked(viewType) {
     navigationContainer.setEditorMode(viewType);
   }