CSR-480: remove console logs
This commit is contained in:
parent
168a4fe5aa
commit
52e2290034
1 changed files with 0 additions and 2 deletions
|
|
@ -73,8 +73,6 @@ export default {
|
||||||
if (!returnedAnswer || !Array.isArray(returnedAnswer)) { return false }
|
if (!returnedAnswer || !Array.isArray(returnedAnswer)) { return false }
|
||||||
const lastAnswer = returnedAnswer[returnedAnswer.length - 1];
|
const lastAnswer = returnedAnswer[returnedAnswer.length - 1];
|
||||||
const currentQuestion = this.questions[this.currentQuestion];
|
const currentQuestion = this.questions[this.currentQuestion];
|
||||||
console.log('currentQuestion: ', currentQuestion)
|
|
||||||
console.log('currentQuestion.answers: ', currentQuestion.answers)
|
|
||||||
|
|
||||||
if (lastAnswer.indexOf("answer-") === 0) {
|
if (lastAnswer.indexOf("answer-") === 0) {
|
||||||
// if it is an answerResult
|
// if it is an answerResult
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue