diff --git a/react-native/screens/HomeScreen.tsx b/react-native/screens/HomeScreen.tsx index 3fc0e4a..000e517 100644 --- a/react-native/screens/HomeScreen.tsx +++ b/react-native/screens/HomeScreen.tsx @@ -93,7 +93,6 @@ export default function HomeScreen({ navigation }: Navigation) { .then((response) => response.json()) .then((data) => { setEvents(data); - // console.log(data); }) .catch((error) => { console.log(error); @@ -118,7 +117,7 @@ export default function HomeScreen({ navigation }: Navigation) {