瀏覽代碼

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>