summaryrefslogtreecommitdiff
path: root/app/(tabs)/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/(tabs)/index.tsx')
-rw-r--r--app/(tabs)/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index 9a17006..98fe65e 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -95,7 +95,6 @@ export default function HomeScreen() {
}
try {
- console.log(`${process.env.EXPO_PUBLIC_API_URL}/graphql`)
const response = await fetch(`${process.env.EXPO_PUBLIC_API_URL}/graphql`, {
method: 'POST',
headers: {