diff --git a/apps/web/src/components/forms/v2/signup.tsx b/apps/web/src/components/forms/v2/signup.tsx index 713bde4b4..dbf8fc6b4 100644 --- a/apps/web/src/components/forms/v2/signup.tsx +++ b/apps/web/src/components/forms/v2/signup.tsx @@ -119,8 +119,6 @@ export const SignUpFormV2 = ({ form.formState.dirtyFields.signature && form.formState.errors.signature === undefined; - console.log({ formSTate: form.formState }); - const { mutateAsync: signup } = trpc.auth.signup.useMutation(); const onFormSubmit = async ({ name, email, password, signature, url }: TSignUpFormV2Schema) => {