del: console.log

This commit is contained in:
Cron1cle
2025-10-22 14:59:57 +02:00
parent d52d58daf1
commit 73d883ae29

View File

@@ -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 (
<View