Skip to content

Commit f51acb7

Browse files
committed
remove console.log
1 parent 8ccd757 commit f51acb7

File tree

1 file changed

+0
-1
lines changed
  • client/src/components/formHelpers

1 file changed

+0
-1
lines changed

client/src/components/formHelpers/form.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function DynamicForm({
5555
}}
5656
>
5757
{({ handleSubmit, pristine, error }) => (
58-
console.log(error),
5958
<form
6059
id={`dynamic-${id}`}
6160
onSubmit={handleSubmit as (e: FormEvent) => void}

0 commit comments

Comments
 (0)