From e677f06023483c262023f94bb579928caf899283 Mon Sep 17 00:00:00 2001 From: Helen <59126064+Miyuki-L@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:51:41 -0800 Subject: [PATCH] Removed console logs Removed console log from step4 --- frontend/src/components/Step4.tsx | 1 - 1 file changed, 1 deletion(-) 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) => {