Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Jun 11, 2024
1 parent 3ff0111 commit a9b6d6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/src/new_api/swipeable/Swipeable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ const Swipeable = forwardRef<SwipeableMethods, SwipeableProps>(
} = props;

useEffect(() => {
console.log('useEffect');

swipeableMethods.current = {
close() {
'worklet';
Expand Down Expand Up @@ -551,8 +549,6 @@ const Swipeable = forwardRef<SwipeableMethods, SwipeableProps>(
pointerEvents: rowState.value === 0 ? 'auto' : 'box-only',
}));

console.log('rerender');

const composedGesture = Gesture.Race(panGesture, tapGesture);
return (
<Animated.View
Expand Down

0 comments on commit a9b6d6b

Please sign in to comment.