diff --git a/js/components/selector.js b/js/components/selector.js index e3c94a8a..15c60076 100644 --- a/js/components/selector.js +++ b/js/components/selector.js @@ -40,7 +40,6 @@ export default { methods: { change: function (e) { this.value = e.target.value - console.log(this.value) this.showError = false setTimeout(() => this.$refs.popover.hide(), 300) }