From a3143054694bb0353204c2600a041d92f5420a44 Mon Sep 17 00:00:00 2001 From: Radiquum Date: Sun, 6 Apr 2025 23:59:18 +0500 Subject: [PATCH] chore: remove console.log debug strings --- app/components/ContinueWatching/ContinueWatching.tsx | 3 --- 1 file changed, 3 deletions(-) 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 (