CSR-480: remove console logs

This commit is contained in:
Adam Caouette 2022-06-14 09:29:14 -04:00
parent 168a4fe5aa
commit 52e2290034

View file

@ -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