diff --git a/frontend/src/components/Step4.tsx b/frontend/src/components/Step4.tsx index a976536..159be36 100644 --- a/frontend/src/components/Step4.tsx +++ b/frontend/src/components/Step4.tsx @@ -32,7 +32,6 @@ export const Step4: React.FC = ({ next }: StepProps) => { ...prevFormData, convictedOfFelony: option, })); - console.log(formData.convictedOfFelony); }; const onSubmit = (event: React.FormEvent) => {