소스 검색

clean code

WNomunomu 2 년 전
부모
커밋
2741ccd370
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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 <></>;
   }