Skip to content

Commit 3cd4676

Browse files
committed
chore: remove log
Signed-off-by: Logan McAnsh <[email protected]>
1 parent 298cd0e commit 3cd4676

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/remix-react/components.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,6 @@ let FormImpl = React.forwardRef<HTMLFormElement, FormImplProps>(
940940
}
941941
}
942942

943-
console.log(Object.fromEntries(formData));
944-
945943
submit(formData, { method, replace });
946944
}
947945
}

0 commit comments

Comments
 (0)