diff --git a/components/vc-select/Select.vue b/components/vc-select/Select.vue index 958b229cb..9c89d41c3 100644 --- a/components/vc-select/Select.vue +++ b/components/vc-select/Select.vue @@ -1437,7 +1437,6 @@ export default { // } // }, selectionRefClick (e) { - console.log('selectionRefClick') e.stopPropagation() if (!this.disabled) { const input = this.getInputDOMNode()