diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index a95194b82..8ba0f7e92 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -144,15 +144,9 @@ export default { }, selectedValues: { get: function() { - console.log("_ _ BQ - - selectedValues GET this.modelValue: ", this.modelValue) //./ - /* - "1|answer|DD11132|Yes" - */ return this.modelValue; }, set: function(newValue) { - console.log("_ _ BQ - - selectedValues GET newValue: ", newValue) //./ - this.$emit("update:modelValue", newValue); } },