Skip to content

Commit

Permalink
Removed console logs
Browse files Browse the repository at this point in the history
Removed console log from step4
  • Loading branch information
Miyuki-L committed Nov 6, 2024
1 parent be2f7a3 commit e677f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Step4.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const Step4: React.FC<StepProps> = ({ next }: StepProps) => {
...prevFormData,
convictedOfFelony: option,
}));
console.log(formData.convictedOfFelony);
};

const onSubmit = (event: React.FormEvent<HTMLFormElement>) => {
Expand Down

0 comments on commit e677f06

Please sign in to comment.