Yuki Takei 6 лет назад
Родитель
Сommit
1806db5203
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 (