Răsfoiți Sursa

remove debug code

Yuki Takei 2 ani în urmă
părinte
comite
f498730098
2 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  1. 0 2
      apps/app/src/pages/_search.page.tsx
  2. 0 2
      apps/app/src/pages/tags.page.tsx

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

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

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

@@ -81,8 +81,6 @@ const TagPage: NextPageWithLayout<CommonProps> = (props: Props) => {
 
 
   const title = generateCustomTitle(props, t('Tags'));
   const title = generateCustomTitle(props, t('Tags'));
 
 
-  console.log('tags');
-
   return (
   return (
     <>
     <>
       <Head>
       <Head>