del: console.log
This commit is contained in:
@@ -48,11 +48,6 @@ export default function HomeScreen() {
|
|||||||
return Array.from(uniqueServices);
|
return Array.from(uniqueServices);
|
||||||
}, [shows]);
|
}, [shows]);
|
||||||
|
|
||||||
console.log(
|
|
||||||
"Start Dates:",
|
|
||||||
shows.map((show) => show.startDate)
|
|
||||||
);
|
|
||||||
|
|
||||||
if (loading) {
|
if (loading) {
|
||||||
return (
|
return (
|
||||||
<View
|
<View
|
||||||
|
|||||||
Reference in New Issue
Block a user