CSR-108: remove console logs

This commit is contained in:
Adam Caouette 2022-08-23 00:01:57 -04:00
parent f2c3e79a57
commit 71fe6039d3

View file

@ -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);
}
},