yohei0125 4 лет назад
Родитель
Сommit
5562d2744d
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/app/src/components/PagePathHierarchicalLink.jsx

+ 0 - 2
packages/app/src/components/PagePathHierarchicalLink.jsx

@@ -40,8 +40,6 @@ const PagePathHierarchicalLink = (props) => {
   const isParentExists = linkedPagePath.parent != null;
   const isParentExists = linkedPagePath.parent != null;
   const isParentRoot = linkedPagePath.parent?.isRoot;
   const isParentRoot = linkedPagePath.parent?.isRoot;
   const isSeparatorRequired = isParentExists && !isParentRoot;
   const isSeparatorRequired = isParentExists && !isParentRoot;
-  console.log('linkedPagePathForHref', linkedPagePathForHref);
-  console.log('linkedPagePath', linkedPagePath);
 
 
   const href = encodeURI(urljoin(basePath || '/', linkedPagePathForHref?.href ?? linkedPagePath?.href));
   const href = encodeURI(urljoin(basePath || '/', linkedPagePathForHref?.href ?? linkedPagePath?.href));