Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Feb 15, 2024
1 parent c4b1e3f commit 70fad36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Registration/Registration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ function Registration() {
return;
}
const result = inputList.content.reduce((previous, current) => {
console.log(current.name, values[current.name], previous)
if (!current.required && (values[current.name] === undefined || values[current.name] === "")) {
return previous && true
}
Expand Down

0 comments on commit 70fad36

Please sign in to comment.