Browse Source

remove console.log

kaori 3 years ago
parent
commit
0118def8e6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/app/src/pages/login/index.page.tsx

+ 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>