Browse Source

Remove console.log

pull/909/head^2
Kat 4 years ago
parent
commit
19247e10f8
  1. 3
      app/frontend/controllers/conditional_question_controller.js

3
app/frontend/controllers/conditional_question_controller.js

@ -7,10 +7,7 @@ export default class extends Controller {
displayConditional () { displayConditional () {
if (this.element.checked) { if (this.element.checked) {
console.log(this.element)
const selectedValue = this.element.value const selectedValue = this.element.value
const dataInfo = JSON.parse(this.element.dataset.info) const dataInfo = JSON.parse(this.element.dataset.info)
const conditionalFor = dataInfo.conditional_questions const conditionalFor = dataInfo.conditional_questions
const logType = dataInfo.log_type const logType = dataInfo.log_type

Loading…
Cancel
Save