From 93fad903a993a1adc7622a4e3091dd4cca84764a Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 8 Sep 2024 16:29:57 +0200 Subject: Notifications page --- app/(tabs)/index.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'app/(tabs)/index.tsx') 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: { -- cgit v1.2.3-18-g5258