From 73d883ae293c7a1ae396b4fcdf6806695e74de70 Mon Sep 17 00:00:00 2001 From: Cron1cle <118773725+Cron1cle@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:59:57 +0200 Subject: [PATCH] del: console.log --- app/(tabs)/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 43e8784..e643163 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -48,11 +48,6 @@ export default function HomeScreen() { return Array.from(uniqueServices); }, [shows]); - console.log( - "Start Dates:", - shows.map((show) => show.startDate) - ); - if (loading) { return (