Skip to content

Commit be813be

Browse files
committed
[Upd] Removed unnecessary comments
1 parent 8f9c5e1 commit be813be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/model/ValidatorFactory.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ const createValidator = (question, intl) => {
1717
return () => {
1818
if (FormUtils.hasValidationLogic(question, intl)) {
1919
const answerValue = FormUtils.getAnswerValue(question);
20-
// console.log(question);
21-
// console.log(intl);
2220
return _validateAnswer(question, intl, answerValue, validators);
2321
}
2422
};

0 commit comments

Comments
 (0)