del: console.log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user