Explorar o código

Merge branch 'support/reactify-login-page-stock' into support/reactify-login-page-front

yusuketk %!s(int64=6) %!d(string=hai) anos
pai
achega
82ba4aa8df
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

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

@@ -25,9 +25,6 @@ const GrowiSubNavigation = (props) => {
   const isPageNotFound = pageId == null;
   const isPageNotFound = pageId == null;
   const isPageInTrash = isTrashPage(path);
   const isPageInTrash = isTrashPage(path);
 
 
-  console.log({
-    isPageForbidden, isPageNotFound, isPageInTrash, pageId, path,
-  });
   // Display only the RevisionPath
   // Display only the RevisionPath
   if (isPageNotFound || isPageForbidden || isPageInTrash) {
   if (isPageNotFound || isPageForbidden || isPageInTrash) {
     return (
     return (