Skip to content

Commit 4dbabd9

Browse files
authored
fix: Remove extraneous console.log (#496)
## Description This PR removes a console.log which created noise for users of this library. ## Changes Showcase (I don't feel this is necessary given the nature of this change, but I can add screenshots of the logs going away if requested)
1 parent ec41c93 commit 4dbabd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-native-sortables/src/providers/shared/hooks/useItemLayout.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ export default function useItemLayout(
174174
progress: activationAnimationProgress.value
175175
}),
176176
({ active, itemPosition, progress }, prev) => {
177-
console.log('???', key, active, itemPosition, progress);
178177
if (!itemPosition || active) {
179178
interpolationStartValues.value = null;
180179
return;

0 commit comments

Comments
 (0)