We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9c5e1 commit be813beCopy full SHA for be813be
src/model/ValidatorFactory.js
@@ -17,8 +17,6 @@ const createValidator = (question, intl) => {
17
return () => {
18
if (FormUtils.hasValidationLogic(question, intl)) {
19
const answerValue = FormUtils.getAnswerValue(question);
20
- // console.log(question);
21
- // console.log(intl);
22
return _validateAnswer(question, intl, answerValue, validators);
23
}
24
};
0 commit comments