WNomunomu il y a 2 ans
Parent
commit
2741ccd370
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      apps/app/src/components/PageSelectModal/PageSelectModal.tsx

+ 0 - 5
apps/app/src/components/PageSelectModal/PageSelectModal.tsx

@@ -71,15 +71,10 @@ export const PageSelectModal: FC = () => {
     return <></>;
   }
 
-  // const parentPagePath = pathUtils.addTrailingSlash(nodePath.dirname(currentPage.path));
-
   const targetPathOrId = clickedParentPagePath || currentPage.path;
 
   const targetPath = clickedParentPagePath || currentPage.path;
 
-  // console.log(clickedParentPagePath);
-  // console.log(targetPathOrId);
-
   if (isGuestUser == null) {
     return <></>;
   }