Skip to content

Commit fc9c94d

Browse files
authored
remove console.log
1 parent 537b566 commit fc9c94d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ export default forwardRef<ActionSheetRef, ActionSheetProps>(
273273
}
274274
const config = props.closeAnimationConfig;
275275
opacityAnimation(0);
276-
console.log(vy);
277276
const animation = Animated.spring(animations.translateY, {
278277
velocity: typeof vy !== 'number' ? 3.0 : vy + 1,
279278
toValue: dimensions.height * 1.3,

0 commit comments

Comments
 (0)