Remove console log (#327)

The 2nd time this happens... AINTNOWAY
This commit is contained in:
schroda
2023-06-04 01:03:45 +02:00
committed by GitHub
parent 0fb204f141
commit 9ae7b2e592

View File

@@ -17,7 +17,6 @@ export const useRefreshManga = (mangaId: string) => {
setFetchingOnline(true);
await Promise.all([
requestManager.getManga(mangaId, true).response.then((res) => {
console.log('manga', res);
mutate(`${RequestManager.API_VERSION}manga/${mangaId}`, res, { revalidate: false });
}),
requestManager.getMangaChapters(mangaId, true).response.then((res) =>