diff --git a/app/components/Pp/PriceCard.vue b/app/components/Pp/PriceCard.vue index f1400ba..7622f25 100755 --- a/app/components/Pp/PriceCard.vue +++ b/app/components/Pp/PriceCard.vue @@ -79,7 +79,6 @@ const { lengthX, direction, isSwiping } = useSwipe(top, { passive: true, threshold: 30, onSwipe() { - console.log(direction.value) if (['down', 'up'].includes(direction.value)) return left.value = `${-clamp(lengthX.value, -100, 100)}px` },