diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 9fdb19a7b..07897f0e6 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -263,9 +263,9 @@ export default { // this.$emit("isCheckedChanged", val); // }, handleAnswerChange(eventValue) { - console.log({ - bqEvent: eventValue - }) + // console.log({ + // bqEvent: eventValue + // }) this.$emit("update:modelValue", eventValue); }, }, diff --git a/src/common-components/input-button-wrapper/input-button-wrapper.vue b/src/common-components/input-button-wrapper/input-button-wrapper.vue index 4c9e04397..374b4b5e0 100644 --- a/src/common-components/input-button-wrapper/input-button-wrapper.vue +++ b/src/common-components/input-button-wrapper/input-button-wrapper.vue @@ -2,7 +2,6 @@