Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzsv committed Feb 14, 2024
1 parent dfa2393 commit cec49fe
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 @@ -47,7 +47,6 @@ function validateFormFields(formDataObj) {
for (const key in formDataObj) {
if (!formDataObj[key]) {
addBorderInputError(document.querySelector(`[name="${key}"]`));
console.log(document.querySelector(`[name="${key}"]`));
isValid = false;
}
if (formDataObj[key]) {
Expand Down

0 comments on commit cec49fe

Please sign in to comment.