mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +00:00
remove console.log
Some checks failed
V3 Preview Deployment / Deploy-Preview (push) Has been cancelled
Some checks failed
V3 Preview Deployment / Deploy-Preview (push) Has been cancelled
This commit is contained in:
parent
1c5b551dc5
commit
b79c07f4c2
2 changed files with 0 additions and 2 deletions
|
@ -157,7 +157,6 @@ export const ReleasePlayer = (props: { id: number }) => {
|
|||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(err);
|
||||
_setError("Ошибка получение ответа от сервера");
|
||||
return;
|
||||
});
|
||||
|
|
|
@ -49,7 +49,6 @@ export function BookmarksPage(props: { profile_id?: number }) {
|
|||
|
||||
// eslint-disable-next-line react-hooks/rules-of-hooks
|
||||
const { data, error } = useSWR(url, useSWRfetcher);
|
||||
console.log(data, error);
|
||||
return [data, error];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue