Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzsv committed Feb 14, 2024
1 parent 399c4b1 commit dfa2393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/2-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function onSubmitForm(event) {

const formData = new FormData(event.target);
const formDataObj = Object.fromEntries(formData.entries());
console.log(formDataObj);
if (validateFormFields(formDataObj)) {
// according requirement of Homework 9
console.log('submit', formDataObj);
Expand Down

0 comments on commit dfa2393

Please sign in to comment.