瀏覽代碼

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

yusuketk 6 年之前
父節點
當前提交
82ba4aa8df
共有 1 個文件被更改,包括 0 次插入3 次删除
  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 (