chore: remove console.log debug strings

This commit is contained in:
Kentai Radiquum 2025-04-06 23:59:18 +05:00
parent 2d4eacfdf8
commit a314305469
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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 (
<Card>
<div className="flex justify-between py-2 border-b-2 border-black dark:border-white">