Skip to content

Commit

Permalink
[Upd] Removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Dec 11, 2024
1 parent 8f9c5e1 commit be813be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/model/ValidatorFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ const createValidator = (question, intl) => {
return () => {
if (FormUtils.hasValidationLogic(question, intl)) {
const answerValue = FormUtils.getAnswerValue(question);
// console.log(question);
// console.log(intl);
return _validateAnswer(question, intl, answerValue, validators);
}
};
Expand Down

0 comments on commit be813be

Please sign in to comment.