Shun Miyazawa 2 лет назад
Родитель
Сommit
7e706b6a03
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      apps/app/src/components/ReactMarkdownComponents/NextLink.tsx

+ 0 - 2
apps/app/src/components/ReactMarkdownComponents/NextLink.tsx

@@ -68,8 +68,6 @@ export const NextLink = (props: Props): JSX.Element => {
     );
   }
 
-  console.log(!isCreatablePage(href), href);
-
   if (!isCreatablePage(href)) {
     return (
       <a href={href} className={className}>{children}</a>