mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-10 02:04:38 +00:00
chore: remove console.log debug strings
This commit is contained in:
parent
2d4eacfdf8
commit
a314305469
1 changed files with 0 additions and 3 deletions
|
@ -51,7 +51,6 @@ export const ContinueWatching = () => {
|
||||||
...(plannedData.content || []),
|
...(plannedData.content || []),
|
||||||
...(delayedData.content || []),
|
...(delayedData.content || []),
|
||||||
];
|
];
|
||||||
console.log("loaded data:", data);
|
|
||||||
const randomizedData = _randomize(data, 3);
|
const randomizedData = _randomize(data, 3);
|
||||||
setReleaseData(randomizedData);
|
setReleaseData(randomizedData);
|
||||||
}
|
}
|
||||||
|
@ -67,8 +66,6 @@ export const ContinueWatching = () => {
|
||||||
)
|
)
|
||||||
return <></>;
|
return <></>;
|
||||||
|
|
||||||
console.log("randomized data:", releaseData);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card>
|
<Card>
|
||||||
<div className="flex justify-between py-2 border-b-2 border-black dark:border-white">
|
<div className="flex justify-between py-2 border-b-2 border-black dark:border-white">
|
||||||
|
|
Loading…
Add table
Reference in a new issue