mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-07 16:54:40 +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 || []),
|
||||
...(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">
|
||||
|
|
Loading…
Add table
Reference in a new issue