chore(Swipe): remove console.log (#7403)

delete console.log()
This commit is contained in:
Mikasa33
2020-10-26 13:40:25 +08:00
committed by GitHub
parent d798414771
commit 2c980a0940
-1
View File
@@ -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;
}