diff --git a/example/src/new_api/swipeable/Swipeable.tsx b/example/src/new_api/swipeable/Swipeable.tsx index deda32f028..05d308ea3c 100644 --- a/example/src/new_api/swipeable/Swipeable.tsx +++ b/example/src/new_api/swipeable/Swipeable.tsx @@ -380,8 +380,6 @@ const Swipeable = forwardRef( } = props; useEffect(() => { - console.log('useEffect'); - swipeableMethods.current = { close() { 'worklet'; @@ -551,8 +549,6 @@ const Swipeable = forwardRef( pointerEvents: rowState.value === 0 ? 'auto' : 'box-only', })); - console.log('rerender'); - const composedGesture = Gesture.Race(panGesture, tapGesture); return (