From f188edeac441a5ad6cc63d4c6bc1efa450ce1230 Mon Sep 17 00:00:00 2001
From: tjz <415800467@qq.com>
Date: Mon, 26 Feb 2018 22:21:59 +0800
Subject: [PATCH] delete console

---
 components/vc-select/Select.vue | 1 -
 1 file changed, 1 deletion(-)

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()