Преглед на файлове

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 (