Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Mar 15, 2024
1 parent 9053563 commit b069bf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/sheets/RouteDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const RouteDetails: React.FC<SheetProps> = ({ sheetRef }) => {
sheetRef.current?.snapToIndex(2);
const index = processedStops.findIndex(st => st.stopCode === stop.stopCode);
setTimeout(() => {
console.log("FADSFSA")
flatListRef.current?.scrollToIndex({ index, animated: true });
}, 450)
})
Expand Down

0 comments on commit b069bf8

Please sign in to comment.