Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeZ123 committed Aug 2, 2024
1 parent 46b7483 commit 772f2c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export async function getServerSideProps(context: GetServerSidePropsContext) {
}

const SignIn: NextPage = () => {
console.log(process.env.NEXT_PUBLIC_ENV);
const handleOnNortheasternSignInClick = (
e: React.MouseEvent<HTMLButtonElement>
) => {
Expand Down

0 comments on commit 772f2c3

Please sign in to comment.