From c4512dbc26de68acae304b1ad5e6935111354e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Wed, 26 Jun 2019 09:59:50 +0800 Subject: [PATCH] [bugfix] Tabs: remove console --- packages/tabs/Content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/tabs/Content.js b/packages/tabs/Content.js index f859ee5f3..cbc592921 100644 --- a/packages/tabs/Content.js +++ b/packages/tabs/Content.js @@ -44,7 +44,6 @@ export default sfc({ /* istanbul ignore else */ if (direction === 'horizontal' && this.offsetX >= MIN_SWIPE_DISTANCE) { - console.log('on touchend', active, deltaX); /* istanbul ignore else */ if (deltaX > 0 && active !== 0) { this.$emit('change', active - 1);