diff --git a/app/components/ContinueWatching/ContinueWatching.tsx b/app/components/ContinueWatching/ContinueWatching.tsx index aabc78a..77dc60d 100644 --- a/app/components/ContinueWatching/ContinueWatching.tsx +++ b/app/components/ContinueWatching/ContinueWatching.tsx @@ -51,7 +51,6 @@ export const ContinueWatching = () => { ...(plannedData.content || []), ...(delayedData.content || []), ]; - console.log("loaded data:", data); const randomizedData = _randomize(data, 3); setReleaseData(randomizedData); } @@ -67,8 +66,6 @@ export const ContinueWatching = () => { ) return <>; - console.log("randomized data:", releaseData); - return (