From 2c980a0940582bc70558a70f8216da6acbb27782 Mon Sep 17 00:00:00 2001 From: Mikasa33 Date: Mon, 26 Oct 2020 13:40:25 +0800 Subject: [PATCH] chore(Swipe): remove console.log (#7403) delete console.log() --- src/swipe/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/swipe/index.js b/src/swipe/index.js index 993b722d6..2f803427f 100644 --- a/src/swipe/index.js +++ b/src/swipe/index.js @@ -232,7 +232,6 @@ export default createComponent({ // initialize swipe position const initialize = (active = +props.initialSwipe) => { - console.log('initialize', children.length, active); if (!root.value || isHidden(root)) { return; }