Skip to content

Commit baa51af

Browse files
committed
chore: remove console.log
1 parent 4d6614f commit baa51af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Gallery.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ const Gallery = forwardRef<GalleryRef, GalleryProps>(
6060
(index: number = 0) => {
6161
translateY.value = withTiming(0, { duration: 200 });
6262
setIsVisible(true);
63-
console.log('show', index);
6463
if (flatListRef.current && index >= 0) {
6564
flatListRef.current.scrollToIndex({
6665
index,

0 commit comments

Comments
 (0)