diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-08 16:29:57 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-08 16:29:57 +0200 |
commit | 93fad903a993a1adc7622a4e3091dd4cca84764a (patch) | |
tree | 5aab244be5e0828c7af4a35651b7e7c12cd95c6c /app/(tabs)/index.tsx | |
parent | a0a67340a5ceb2bcf78c1b7494c042a5e544f218 (diff) |
Notifications page
Diffstat (limited to 'app/(tabs)/index.tsx')
-rw-r--r-- | app/(tabs)/index.tsx | 1 |
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: { |