Skip to content

Commit

Permalink
[Upd] Remove annoying console warning from test condition evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Apr 21, 2021
1 parent 74ff944 commit 1a0977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/FormUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default class FormUtils {
return true;
}
if (!question.hasOwnProperty(Constants.HAS_ANSWER)) {
console.warn('Question does not have answer value defined.');
//console.warn('Question does not have answer value defined.');
return false;
}
const answers = jsonld.getValues(question, Constants.HAS_ANSWER);
Expand Down

0 comments on commit 1a0977e

Please sign in to comment.