소스 검색

remove debug code

Yuki Takei 2 년 전
부모
커밋
1a76f554d3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      apps/app/src/pages/_search.page.tsx

+ 0 - 2
apps/app/src/pages/_search.page.tsx

@@ -77,8 +77,6 @@ const SearchResultPage: NextPageWithLayout<Props> = (props: Props) => {
 
   const title = generateCustomTitle(props, t('search_result.title'));
 
-  console.log('_search');
-
   return (
     <>
       <Head>