summaryrefslogtreecommitdiff
path: root/app/(tabs)/index.tsx
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-08 16:29:57 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-08 16:29:57 +0200
commit93fad903a993a1adc7622a4e3091dd4cca84764a (patch)
tree5aab244be5e0828c7af4a35651b7e7c12cd95c6c /app/(tabs)/index.tsx
parenta0a67340a5ceb2bcf78c1b7494c042a5e544f218 (diff)
Notifications page
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: {