diff --git a/src/common-components/question-chain/question-chain.vue b/src/common-components/question-chain/question-chain.vue index 531cf7a8a..d605d7fde 100644 --- a/src/common-components/question-chain/question-chain.vue +++ b/src/common-components/question-chain/question-chain.vue @@ -73,8 +73,6 @@ export default { if (!returnedAnswer || !Array.isArray(returnedAnswer)) { return false } const lastAnswer = returnedAnswer[returnedAnswer.length - 1]; const currentQuestion = this.questions[this.currentQuestion]; - console.log('currentQuestion: ', currentQuestion) - console.log('currentQuestion.answers: ', currentQuestion.answers) if (lastAnswer.indexOf("answer-") === 0) { // if it is an answerResult