Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Mar 24, 2021
1 parent 5234eff commit 8853ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ const Form = ({ data, id, path }) => {
}, [submitResults]);

useEffect(() => {
console.log('reset');
resetFormState();
}, []);

Expand Down

0 comments on commit 8853ce0

Please sign in to comment.