Browse Source

remove debug code

Yuki Takei 2 năm trước cách đây
mục cha
commit
1a76f554d3
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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>