Browse Source

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

yusuketk 6 năm trước cách đây
mục cha
commit
82ba4aa8df
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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 isPageInTrash = isTrashPage(path);
 
-  console.log({
-    isPageForbidden, isPageNotFound, isPageInTrash, pageId, path,
-  });
   // Display only the RevisionPath
   if (isPageNotFound || isPageForbidden || isPageInTrash) {
     return (