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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,7 +232,6 @@ export default createComponent({
// initialize swipe position // initialize swipe position
const initialize = (active = +props.initialSwipe) => { const initialize = (active = +props.initialSwipe) => {
console.log('initialize', children.length, active);
if (!root.value || isHidden(root)) { if (!root.value || isHidden(root)) {
return; return;
} }