diff --git a/app/(root)/(tabs)/home.tsx b/app/(root)/(tabs)/home.tsx index 3fe5d63..0d11eca 100644 --- a/app/(root)/(tabs)/home.tsx +++ b/app/(root)/(tabs)/home.tsx @@ -144,8 +144,6 @@ const Home = () => { }) => { setDestinationLocation(location); - console.log("Hello World!"); - router.push("/(root)/find-ride"); }; diff --git a/components/google-text-input.tsx b/components/google-text-input.tsx index 798e403..3abe7d2 100644 --- a/components/google-text-input.tsx +++ b/components/google-text-input.tsx @@ -13,7 +13,6 @@ export const GoogleTextInput = ({ }: GoogleInputProps) => { const googlePlacesApiKey = process.env.EXPO_PUBLIC_GOOGLE_API_KEY!; - console.log(googlePlacesApiKey); return ( );