From 19247e10f80d5ed7208088b0b94b65837a760775 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 28 Sep 2022 09:09:22 +0100 Subject: [PATCH] Remove console.log --- app/frontend/controllers/conditional_question_controller.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/frontend/controllers/conditional_question_controller.js b/app/frontend/controllers/conditional_question_controller.js index f84f6a7d8..fb52d07c1 100644 --- a/app/frontend/controllers/conditional_question_controller.js +++ b/app/frontend/controllers/conditional_question_controller.js @@ -7,10 +7,7 @@ export default class extends Controller { displayConditional () { if (this.element.checked) { - console.log(this.element) - const selectedValue = this.element.value - const dataInfo = JSON.parse(this.element.dataset.info) const conditionalFor = dataInfo.conditional_questions const logType = dataInfo.log_type