2
0
kaori 3 жил өмнө
parent
commit
0118def8e6

+ 0 - 2
packages/app/src/pages/login/index.page.tsx

@@ -45,8 +45,6 @@ const LoginPage: NextPage<Props> = (props: Props) => {
   const title = generateCustomTitle(props, 'GROWI');
   const classNames: string[] = ['login-page'];
 
-  console.log({ props });
-
   return (
     <NoLoginLayout className={classNames.join(' ')}>
       <Head>