Browse Source

remove console.log

Shun Miyazawa 2 years ago
parent
commit
7e706b6a03
1 changed files with 0 additions and 2 deletions
  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>