diff --git a/R-Dash/screens/Lap.tsx b/R-Dash/screens/Lap.tsx index 400818a..3641ab4 100644 --- a/R-Dash/screens/Lap.tsx +++ b/R-Dash/screens/Lap.tsx @@ -10,7 +10,6 @@ export default function Lap(props: { navigation: any, route : any}) { const { session } = props.route.params; const { navigation } = props; - // const laps: LapModel[] = session.getLaps(); const laps: LapModel[] = session.getLaps().sort((lap1 : LapModel, lap2 : LapModel) => lap1.getNumber() - lap2.getNumber()); @@ -124,10 +123,6 @@ export default function Lap(props: { navigation: any, route : any}) { ); } -// TROUBLE SHOOTING BORDER : -//borderColor:'red', -//borderWidth:3, - const styles = StyleSheet.create({ disabled: { opacity: 0.5, diff --git a/R-Dash/screens/Point_Viewer.tsx b/R-Dash/screens/Point_Viewer.tsx index f2a04b8..5df41f9 100644 --- a/R-Dash/screens/Point_Viewer.tsx +++ b/R-Dash/screens/Point_Viewer.tsx @@ -151,9 +151,6 @@ export default function Lap(props: { navigation: any, route : any}) { ); } -// TROUBLE SHOOTING BORDER : -//borderColor:'red', -//borderWidth:3, const styles = StyleSheet.create({ scrollView: {